Data.Bind.Components.TCustomBindPosition.CanActivate

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

Delphi

function CanActivate: Boolean; override;

C++

virtual bool __fastcall CanActivate();

プロパティ

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

説明

バインディング式をアクティブにできるかどうかを返します。

Data.Bind.Components.TCustomBindPosition.CanActivate は Data.Bind.Components.TActivatedContainedBindComponent.CanActivate を継承しています。以下の内容はすべて Data.Bind.Components.TActivatedContainedBindComponent.CanActivate を参照しています。


バインディング式をアクティブにできるかどうかを返します。


CanActivate メソッドは、ソース コンポーネントとコントロール コンポーネントが割り当てられていれば True を返します。

関連項目