Data.Bind.ObjectScope.TBindSourceAdapter.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetActive: Boolean; virtual;

C++

virtual bool __fastcall GetActive();

Description

Getter method for the Active property.

The GetActive method checks the State of the source adapter and it returns True if the State is different from seInactive.

GetActive returns True if the source adapter is not inactive; it returns False otherwise.

See Also