Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TLinkControlDelegate |
Delphi
function CanSetControlComponent(Value: TComponent): Boolean; override;
C++
virtual bool __fastcall CanSetControlComponent(System::Classes::TComponent* Value);
Description
Returns whether the given parameter can be used as the control component of this binding component.
CanSetControlComponent returns whether the given Value
(that is itself a TComponent) can be used as the control component of this binding component.