API:Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.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
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TCustomDataGeneratorAdapter

Description

Changes the state of the scope adapter to active.

Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.SetActive inherits from Data.Bind.ObjectScope.TBindSourceAdapter.SetActive. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.SetActive.

Changes the state of the scope adapter to active.

SetActive is the setter method for the Active property.

The Boolean parameter Value specifies the state the scope adapter must be set to. When Value is True the scope adapter state changes to seBrowse. When Value is False the scope adapter state changes to seInactive.

See Also