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