Data.Bind.ObjectScope.TBindSourceAdapter.GetActive
Delphi
function GetActive: Boolean; virtual;
C++
virtual bool __fastcall GetActive();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
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.