FireDAC.Comp.DataSet.TFDDataSet.CheckBidirectional

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckBidirectional;

C++

HIDESBASE void __fastcall CheckBidirectional();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Checks whether the dataset is bidirectional.

FireDAC.Comp.DataSet.TFDDataSet.CheckBidirectional inherits from Data.DB.TDataSet.CheckBiDirectional. All content below this line refers to Data.DB.TDataSet.CheckBiDirectional.

Checks whether the dataset is bidirectional.

CheckBiDirectional checks whether the dataset is bidirectional. If the dataset is unidirectional, then a database exception is raised.


See Also