Vcl.AxCtrls.TFontAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Font: TFont);

C++

__fastcall TFontAdapter(Vcl::Graphics::TFont* Font);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TFontAdapter

Description

Creates an instance of the font adapter control.

Applications do not normally create objects of this class. Instead, they call the GetOleFont procedure, which creates the binding between a TFont and an OLE font object.

See Also