Data.Bind.Components.TActivatedContainedBindComponent.UpdateControlChanging
Delphi
procedure UpdateControlChanging; override;
C++
virtual void __fastcall UpdateControlChanging();
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
procedure function  | 
		protected | Data.Bind.Components.pas Data.Bind.Components.hpp  | 
        Data.Bind.Components | TActivatedContainedBindComponent | 
説明
仮想メソッドで、コントロール式が内部的に変更されようとする際に付加機能を実行させられるよう、サブクラス内で実装されます。
Data.Bind.Components.TActivatedContainedBindComponent.UpdateControlChanging は Data.Bind.Components.TCommonBindComponent.UpdateControlChanging を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.UpdateControlChanging を参照しています。
仮想メソッドで、コントロール式が内部的に変更されようとする際に付加機能を実行させられるよう、サブクラス内で実装されます。
関連項目
- Data.Bind.Components.TCommonBindComponent.UpdateSourceChanging
 - Data.Bind.Components.TCommonBindComponent.UpdateSourceChanged
 - Data.Bind.Components.TCommonBindComponent.UpdateControlChanged
 - Data.Bind.Components.TCommonBindComponent.UpdateSourceMemberChanging
 - Data.Bind.Components.TCommonBindComponent.UpdateSourceMemberChanged