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