EPUB | CHM | PDF

TDataSet.Methods.UpdateCursorPos

Top Previous Next

Positions the cursor on the active record.

Syntax:

procedure UpdateCursorPos;

Description:

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.