TcxCustomSchedulerStorageField.ValueCount Property
In This Article
Gets the number of values (or records in the relational data store) for the current field.
#Declaration
Delphi
property ValueCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the ValueCount property to get the number of values (or records in the relational data store) for the current field.
See Also