Data.DB.TDataSet.UpdateCursorPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateCursorPos;

C++

void __fastcall UpdateCursorPos();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Positions the cursor on the active record.

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.

See Also