Data.DB.TDataSet.OpenCursor

From RAD Studio API Documentation
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