Data.Bind.Components.TCustomLinkFillControlToField.CanSetControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

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 TCustomLinkFillControlToField

Description

Returns whether the given parameter can be used as the control component of this binding component.

Data.Bind.Components.TCustomLinkFillControlToField.CanSetControlComponent inherits from Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent. All content below this line refers to Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent.

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.

See Also