RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.UpdateCursorPos Method

Positions the cursor on the active record.

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

UpdateCursorPos is an internal routine used by many dataset methods to ensure that the physical cursor is positioned on the active record. Normally an application should not need to call UpdateCursorPos. Typically UpdateCursorPos is called to ensure that the physical cursor position matches the logical cursor position. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!