Data.Bind.ObjectScope.TBindSourceAdapter.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

procedure SetActive(Value: Boolean); virtual;

C++

virtual void __fastcall SetActive(bool Value);

Description

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