Data.Bind.Components.TCustomLinkFillControlToProperty.CanSetControlComponent
Delphi
function CanSetControlComponent(Value: TComponent): Boolean; override;
C++
virtual bool __fastcall CanSetControlComponent(System::Classes::TComponent* Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomLinkFillControlToProperty |
Description
Returns whether the given parameter can be used as the control component of this binding component. {{#multireplace:Data.Bind.Components.TCustomLinkFillControlToProperty.CanSetControlComponent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.