TcxCustomDataSource.GetRecordCount Method
Specifies the number of records in the current data source.
#Declaration
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.