Data.DB.TDataSet.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(Value: Boolean); virtual;

C++

virtual void __fastcall SetActive(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

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