API:Vcl.AxCtrls.TFontAdapter.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Font: TFont);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TFontAdapter

Beschreibung

Erzeugt eine Instanz von TCustomAdapter.

Vcl.AxCtrls.TFontAdapter.Create erbt von Vcl.AxCtrls.TCustomAdapter.Create. Der folgende Inhalt bezieht sich auf Vcl.AxCtrls.TCustomAdapter.Create.

Erzeugt eine Instanz von TCustomAdapter.

Erzeugen Sie nie Objekte dieser Klasse, sondern immer Instanzen ihrer Nachkommen, wie z.B. TFontAdapter oder TPictureAdapter.

Siehe auch