Data.DB.TDataSet.OpenCursor

From RAD Studio API Documentation
Revision as of 15:56, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also

Personal tools
Translations