Skip to main content

TdxCustomLayoutGroup.Items Property

Provides zero-based indexed access to layout elements contained in the layout group.

Declaration

property Items[Index: Integer]: TdxCustomLayoutItem read; default;

Property Value

Type
TdxCustomLayoutItem

Remarks

Layout elements accessible using this property are called immediate child elements. Use the Count property to obtain the number of these elements.

See Also