TdxBarItemLink.Item Property
In This Article
Specifies the toolbar item linked to the corresponding item control.
#Declaration
Delphi
property Item: TdxBarItem read; write;
#Property Value
Type | Description |
---|---|
Tdx |
The linked toolbar item. |
#Remarks
Use the Item
property to connect a toolbar item to an item control.
See Also