Number of records in the buffer of the dataset.
Source position: db.pas line 2063
|  public property TDataLink.RecordCount : Integer | 
RecordCount returns the number of records in the dataset's buffer. It is limited by the TDatalink.BufferCount property: RecordCount i s always less than Buffercount.
| 
 | Set to the number of record buffers this datalink needs. |