RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.CursorPosChanged Method

Marks the internal cursor position as invalid.

Pascal
procedure CursorPosChanged;
C++
__fastcall CursorPosChanged();

CursorPosChanged is an internal method that invalidates the variable 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 current record at the first matching record found. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!