SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.CurrentRecord
TDataSet
Top 

Indicates the index of the current record in the internal cache of record buffers.

property CurrentRecord: Integer;

Description
TDataSet maintains an internal cache of records from the underlying in-memory table. For example, if the dataset is used to populate a data-aware grid, the cache includes a record for each row in the grid. CurrentRecord indicates the offset in this cache of the record buffer for the current record.

The current record is the record currently used by the dataset. This one may differ from the active record (which the end user sees as active) when the dataset performs operations involving other records. For example, when painting a data-aware grid, CurrentRecord cycles through all the visible records, while ActiveRecord remains constant.


© AidAim Software SQLMemTable: In-memory Sql Database Delph