RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNotifier Class

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

Pascal
TAdapterNotifier = class(TInterfacedObject, IPropertyNotifySink);
C++
class TAdapterNotifier : public TInterfacedObject, public IPropertyNotifySink;

AxCtrls

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. 

 

TCustomAdapter 

TFontAdapter 

TPictureAdapter

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!