RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter Class

TCustomAdapter is a base class for objects that bind VCL objects to COM interfaces.

Pascal
TCustomAdapter = class(TInterfacedObject);
C++
class TCustomAdapter : public TInterfacedObject;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!