TdxLayoutContainer.AvailableItems Property
Provides indexed access to hidden layout elements.
Declaration
property AvailableItems[Index: Integer]: TdxCustomLayoutItem read;
Property Value
Type |
---|
TdxCustomLayoutItem |
Remarks
Index specifies the layout element’s index in the collection.
The total number of hidden layout elements can be obtained via the AvailableItemCount property.
See Also