TdxCustomLayoutGroup.VisibleItems Property
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