Vcl.Grids.TCustomGrid.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.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

コンポーネントがオブザーバの追加を処理できるようにします。 Vcl.Grids.TCustomGrid.ObserverAdded は System.Classes.TComponent.ObserverAdded を継承しています。以下の内容はすべて System.Classes.TComponent.ObserverAdded を参照しています。


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

関連項目