TdxCustomLayoutControl.AbsoluteItems Property
In This Article
Provides indexed access to the layout control’s elements.
#Declaration
Delphi
property AbsoluteItems[Index: Integer]: TdxCustomLayoutItem read;
#Property Value
Type |
---|
Tdx |
#Remarks
The collection contains all types of layout elements – layout items, layout groups, and hidden elements.
Index specifies the layout element’s index in the collection.
The total number of layout elements can be obtained via the AbsoluteItemCount property.
See Also