FireDAC.Comp.Client.TFDTable.OpenCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTable

Delphi

procedure OpenCursor(AInfoQuery: Boolean); override;

C++

virtual void __fastcall OpenCursor(bool AInfoQuery);

Description



Opens the dataset cursor.

FireDAC.Comp.Client.TFDTable.OpenCursor inherits from Data.DB.TDataSet.OpenCursor. All content below this line refers to Data.DB.TDataSet.OpenCursor.

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