Skip to main content

TcxCustomGridTableViewData.RecordCount Property

Specifies the number of records in the current ViewData object.

Declaration

property RecordCount: Integer read;

Property Value

Type
Integer

Remarks

The RecordCount property returns the number of records presented by the current ViewData instance. To obtain a record at a specific position use the Records property.

See Also