Data.Bind.Components.TCustomBindGridLink.RequiresControlHandler

提供: RAD Studio API Documentation
2012年9月4日 (火) 08:09時点におけるYukikoi (トーク | 投稿記録)による版 (1 版: LOC-10237)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function RequiresControlHandler: Boolean; virtual;

C++

virtual bool __fastcall RequiresControlHandler(void);

プロパティ

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

説明

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

関連項目