TdxCustomLayoutControl.AbsoluteItemCount Property
In This Article
Returns the total number of layout control elements.
#Declaration
Delphi
property AbsoluteItemCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the total number of all layout elements, including layout items, layout groups, and hidden elements.
See Also