Data.Bind.ObjectScope.TBindSourceAdapter.GetCanActivate
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetCanActivate: Boolean; virtual;
C++
virtual bool __fastcall GetCanActivate();
Description
Getter method for the CanActivate property.
GetCanActivate determines whether the source adapter can be activated.
- Note: This method always returns
True
, so descendant classes must override the GetCanActivate method to returnTrue
if the source adapter can be activated orFalse
otherwise.