Data.Bind.Components.TBindComponentDelegate.CanActivate

提供:RAD Studio API Documentation

Delphi

function CanActivate(Sender: TComponent): Boolean; virtual; abstract;

C++

virtual bool __fastcall CanActivate(System::Classes::TComponent* Sender) = 0 ;

プロパティ

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


説明

デリケート(含まれている)バインディング コンポーネントをアクティブにできるかどうかをラッパー バインディング コンポーネントに示させます。

CanActivate メソッドは、デリケート(含まれている)バインディング コンポーネントをアクティブにできる場合には True を、できない場合には False を返します。

関連項目