RAD Studio VCL Reference
|
TAdapterNotifier provides the binding between a VCL type object and comparable OLE type object.
TAdapterNotifier = class(TInterfacedObject, IPropertyNotifySink);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|