TdxLayoutContainer.AvailableItemCount Property
Returns the total number of hidden layout elements.
Declaration
property AvailableItemCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Hidden layout elements are contained in the Customization Form‘s Available Items pane.
For indexed access to hidden elements, use the AvailableItems property.
See Also