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


TDataSet.CursorPosChanged
TDataSet
Top 

Marks the internal cursor position as invalid.

procedure CursorPosChanged;

Description
CursorPosChanged is an internal method that invalidates the variable value that tracks the physical cursor position relative to the logical cursor position. CurPosChanged is called by the Locate and Lookup methods prior to searching for a requested record. These methods, if successful, reposition the cursor at the first matching record found.


© AidAim Software SQLMemTable: