Skip to main content
A newer version of this page is available. .

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