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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!