TcxEditRepository.Count Property
In This Article
Returns the number of stored edit repository items.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of edit repository items accessible through the Items property. |
See Also