Show: Delphi
C++
Display Preferences
Data.DB.TDataSet.OpenCursor
From XE2 API Documentation
Delphi
procedure OpenCursor(InfoQuery: Boolean = False); virtual;
C++
virtual void __fastcall OpenCursor(bool InfoQuery = false);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Opens the dataset cursor.
OpenCursor opens the cursor of the dataset. By default, the InfoQuery parameter is False, so the method will open the dataset. If InfoQuery is True, the method will initialize the field definition.