Data.DB.TDataSet.CursorPosChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CursorPosChanged; inline;

C++

void __fastcall CursorPosChanged();

Properties

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

Description

Marks the internal cursor position as invalid.

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.

See Also