TdxBarItemLinks.AvailableItems Property
Presents an indexed array of TdxBarItemLink elements with items that may be placed onto a toolbar.
Declaration
property AvailableItems[Index: Integer]: TdxBarItemLink read;
Property Value
Type |
---|
TdxBarItemLink |
Remarks
The array contains only TdxBarItemLink objects with the Visible property of a corresponding item equal to ivAlways. The value of the Index parameter corresponds to the AvailableIndex property of TdxBarItemLink.
See Also