FireDAC.Comp.DataSet.TFDDataSet.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetActive(AValue: Boolean); override;

C++

virtual void __fastcall SetActive(bool AValue);

Description

Changes the dataset's state to active.

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

Changes the dataset's state to active.

SetActive is the setter method for the Active property. The method opens the dataset and sets its Active property value to dsActive.

See Also