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