Data.DB.TDataSet.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetActive(Value: Boolean); virtual;

C++

virtual void __fastcall SetActive(bool Value);

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