Data.Bind.Components.TActivatedContainedBindComponent.CanActivate
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TActivatedContainedBindComponent |
Delphi
function CanActivate: Boolean; virtual;
C++
virtual bool __fastcall CanActivate();
Description
Returns whether the binding expressions can be activated or not.
The CanActivate method returns True if the source and control components are assigned.