Vcl.AxCtrls.TCustomAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTCustomAdapter

Delphi

TCustomAdapter = class(TInterfacedObject)

C++

class PASCALIMPLEMENTATION TCustomAdapter : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

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

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.

See Also