TdxBarItem.CurItemLink Property
Returns the current active item link.
Declaration
property CurItemLink: TdxBarItemLink read;
Property Value
Type |
---|
TdxBarItemLink |
Remarks
One item can correspond to several item controls on different toolbars. CurItemLink specifies the TdxBarItemLink to the currently active item control. This item control is the same as SelectedControl of the TCustomdxBarControl object.
See Also