Data.Bind.Components.TActivatedContainedBindComponent.UpdateEnableChanged

提供:RAD Studio API Documentation

Delphi

procedure UpdateEnableChanged; virtual;

C++

virtual void __fastcall UpdateEnableChanged();

プロパティ

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

説明

AutoActivate プロパティの値を変更した直後に実行されます。


仮想メソッド UpdateEnableChanged をサブクラスでオーバーライドすると、AutoActivate プロパティの値を変更した直後に、さらに機能を実行することができます。

関連項目