Skip to main content

TdxCustomLayoutGroup.VisibleItems Property

Provides zero-based indexed access to immediate child elements that are visible in the group.

Declaration

property VisibleItems[Index: Integer]: TdxCustomLayoutItem read;

Property Value

Type
TdxCustomLayoutItem

Remarks

This property provides access to the elements whose Visible property is set to True. The index of the VisibleItems property is zero based and is often used in conjunction with the VisibleCount property to iterate through the list of visible elements.

See Also