TdxBarItem.CurItemLink Property
In This Article
Returns the current active item link.
#Declaration
Delphi
property CurItemLink: TdxBarItemLink read;
#Property Value
Type |
---|
Tdx |
#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