Vcl.AxCtrls.TAdapterNotifier

提供:RAD Studio API Documentation

TAdapterNotifierSystem.TInterfacedObjectSystem.TObject

Delphi

TAdapterNotifier = class(TInterfacedObject,
IPropertyNotifySink)

C++

class PASCALIMPLEMENTATION TAdapterNotifier : public System::TInterfacedObject

プロパティ

種類 可視性 ソース ユニット 親
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

説明

TAdapterNotifier は,VCL のオブジェクトとそれに対応する OLE 型のオブジェクトとの結合を提供します。

TCustomAdapter の下位オブジェクトは,TAdapterNotifier を使用して,VCL ユーティリティオブジェクト(TFont など)と,それに対応する OLE オブジェクトとを結合させます。たとえば,TFontAdapter は,TAdapterNotifier を使って TFont オブジェクトと OLE フォントオブジェクトとを結合させます。

関連項目