Data.Bind.Components.TCustomBindGridLink.RequiresControlHandler

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

Delphi

function RequiresControlHandler: Boolean; virtual;

C++

virtual bool __fastcall RequiresControlHandler();

プロパティ

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

説明

バインディング コンポーネントが、操作を適切に行うために通知を必要とするかどうかを示します。バインディング コンポーネントがコントロール ハンドラを必要とする場合、バインディング コンポーネントは、コントロールの Observers の実装を使用して、コントロールに接続しようとします。

関連項目