API:Data.Bind.Components.TCustomLinkFillControlToField.CanSetControlComponent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CanSetControlComponent(Value: TComponent): Boolean; override;

C++

virtual bool __fastcall CanSetControlComponent(System::Classes::TComponent* Value);

プロパティ

種類 可視性 ソース ユニット
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkFillControlToField

説明

指定されたパラメータが、このバインディング コンポーネントのコントロール コンポーネントとして使用できるかどうかを返します。

Data.Bind.Components.TCustomLinkFillControlToField.CanSetControlComponent は Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent を継承しています。以下の内容はすべて Data.Bind.Components.TLinkControlDelegate.CanSetControlComponent を参照しています。

指定されたパラメータが、このバインディング コンポーネントのコントロール コンポーネントとして使用できるかどうかを返します。

CanSetControlComponent は、指定された Value(つまり自身の TComponent)が、このバインディング コンポーネントのコントロール コンポーネントとして使用できるかどうかを返します。

関連項目