Data.Bind.Components.TCustomBindExpression.CanActivate
Delphi
function CanActivate: Boolean; override;
C++
virtual bool __fastcall CanActivate();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindExpression |
説明
バインディング式をアクティブにできるかどうかを返します。
Data.Bind.Components.TCustomBindExpression.CanActivate は Data.Bind.Components.TActivatedContainedBindComponent.CanActivate を継承しています。以下の内容はすべて Data.Bind.Components.TActivatedContainedBindComponent.CanActivate を参照しています。
バインディング式をアクティブにできるかどうかを返します。
CanActivate メソッドは、ソース コンポーネントとコントロール コンポーネントが割り当てられていれば True を返します。