Data.DB.TDataSet.CursorPosChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure CursorPosChanged; inline;

C++

void __fastcall CursorPosChanged();

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