Data.Bind.Components.TCustomBindListLink.UpdateControlChanging

提供: RAD Studio API Documentation
2011年10月17日 (月) 19:19時点におけるPyBot (トーク | 投稿記録)による版 (ページの作成: {{#lst:API:Data.Bind.Components.TCustomBindListLink.UpdateControlChanging|api}} ==説明== {{#lsth:API:Data.Bind.Components.TCustomBindListLink.UpdateControlChanging|説明}})
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

procedure UpdateControlChanging; override;

C++

virtual void __fastcall UpdateControlChanging();

プロパティ

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

説明



仮想メソッドで、コントロール式が内部的に変更されようとする際に付加機能を実行させられるよう、サブクラス内で実装されます。

Data.Bind.Components.TCustomBindListLink.UpdateControlChanging は Data.Bind.Components.TCommonBindComponent.UpdateControlChanging を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.UpdateControlChanging を参照しています。

仮想メソッドで、コントロール式が内部的に変更されようとする際に付加機能を実行させられるよう、サブクラス内で実装されます。

関連項目