Vcl.ControlList.TControlListCheckBox.ObserverAdded

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

Delphi

procedure ObserverAdded(const ID: Integer; const Observer: IObserver); override;

C++

virtual void __fastcall ObserverAdded(const int ID, const System::Classes::_di_IObserver Observer);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TControlListCheckBox

説明

コンポーネントがオブザーバの追加を処理できるようにします。

Vcl.ControlList.TControlListCheckBox.ObserverAdded は System.Classes.TComponent.ObserverAdded を継承しています。以下の内容はすべて System.Classes.TComponent.ObserverAdded を参照しています。


コンポーネントがオブザーバの追加を処理できるようにします。

関連項目