Data.Bind.Components.TCustomLinkFillControlToField.CanActivate
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TCustomLinkFillControlToField | |
Delphi
function CanActivate(Sender: TComponent): Boolean; overload; override;
C++
virtual bool __fastcall CanActivate(System::Classes::TComponent* Sender)/* overload */;
Description
Lets the wrapper binding component indicate whether a delegate (or contained) binding component may be activated.
Data.Bind.Components.TCustomLinkFillControlToField.CanActivate inherits from Data.Bind.Components.TBindComponentDelegate.CanActivate. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.CanActivate.
Lets the wrapper binding component indicate whether a delegate (or contained) binding component may be activated.
The CanActivate method returns True if the delegate (or contained) binding component can be activated, False otherwise.