IBX.IBCustomDataSet.TIBCustomDataSet.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(Value: Boolean); override;

C++

virtual void __fastcall SetActive(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Changes the dataset's state to active.

IBX.IBCustomDataSet.TIBCustomDataSet.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