TdxCustomLayoutGroup.Items Property
In This Article
Provides zero-based indexed access to layout elements contained in the layout group.
#Declaration
Delphi
property Items[Index: Integer]: TdxCustomLayoutItem read; default;
#Property Value
Type |
---|
Tdx |
#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