TdxCustomLayoutControl.AvailableItemCount Property
Returns the number of elements temporarily hidden from view.
Declaration
property AvailableItemCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
These elements are contained in the Customization Form‘s Available Items pane.
After item creation every group or item represents an “available” item. You can use the CreateItem or CreateGroup methods to create an “available” item at runtime.
See Also