API:Vcl.AxCtrls.TFontAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.AxCtrls.TCustomAdapterSystem.TInterfacedObjectSystem.TObjectTFontAdapter

Delphi

TFontAdapter = class(TCustomAdapter,
IChangeNotifier,
IFontAccess)

C++

class PASCALIMPLEMENTATION TFontAdapter : public TCustomAdapter

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.

Vcl.AxCtrls.TFontAdapter inherits from Vcl.AxCtrls.TCustomAdapter. All content below this line refers to Vcl.AxCtrls.TCustomAdapter.

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