Vcl.StdCtrls.TCustomStaticText.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomStaticText(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomStaticText(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomStaticText

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomStaticText.

Create ruft den geerbten Konstruktor auf und initialisiert dann die Instanz von TCustomStaticText.

Siehe auch