Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
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 database 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.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 24, 2024