Skip to main content

TdxCustomLayoutControl.AbsoluteItems Property

Provides indexed access to the layout control’s elements.

Declaration

property AbsoluteItems[Index: Integer]: TdxCustomLayoutItem read;

Property Value

Type
TdxCustomLayoutItem

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