TdxCustomLayoutGroupButtons.Items Property
Provides indexed access to buttons.
Declaration
property Items[Index: Integer]: TdxCustomLayoutGroupButton read; write; default;
Property Value
Type |
---|
TdxCustomLayoutGroupButton |
Remarks
Use the Items property to obtain a button by its index in the collection.
See Also