Vcl.AxCtrls.TAdapterNotifier

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTAdapterNotifier

Delphi

TAdapterNotifier = class(TInterfacedObject,
IPropertyNotifySink)

C++

class PASCALIMPLEMENTATION TAdapterNotifier : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

TAdapterNotifier provides the binding between a VCL type object and comparable OLE type object.

Descendants of TCustomAdapter use TAdapterNotifier to bind VCL utility objects (such as TFont) with corresponding OLE objects. For example, TFontAdapter uses TAdapterNotifier to bind a TFont object with an OLE font object.

See Also