API: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

Constructs an instance of the custom adapter control.

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

Constructs an instance of the custom adapter control.

Never create an object of this class, only its descendants, such as TFontAdapter or TPictureAdapter.

See Also