RAD Studio VCL Reference
|
TCustomAdapter is a base class for objects that bind VCL objects to COM interfaces.
TCustomAdapter = class(TInterfacedObject);
class TCustomAdapter : public TInterfacedObject;
AxCtrls
Do not create objects of this class. Instead, call the GetOleFont procedure to create the binding between a TFont and an OLE font object or GetOlePicture to create the binding between a TPicture and an OLE picture object.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|