Back to Devexpress

TcxCustomDataSource.GetRecordCount Method

vcl-cxcustomdata-dot-tcxcustomdatasource.md

latest716 B
Original Source

TcxCustomDataSource.GetRecordCount Method

Specifies the number of records in the current data source.

Declaration

delphi
function GetRecordCount: Integer; virtual;

Returns

Type
Integer

Remarks

The GetRecordCount function returns the number of records to display in a grid control. If you insert or delete records, you must call the DataChanged method.

See Also

TcxCustomDataSource Class

TcxCustomDataSource Members

cxCustomData Unit