TdxCustomLayoutGroup.VisibleCount Property
Returns the number of immediate child layout elements that are visible in the layout group.
Declaration
property VisibleCount: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
This property returns the number of elements accessible using the VisibleItems property.
See Also