Vcl.ScreenTips.TCustomScreenTipsPopup.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsPopup

Beschreibung

Erstellt eine TCustomScreenTipsPopup-Instanz.

Diese Methode erstellt und initialisiert eine TCustomScreenTipsPopup-Instanz. Der Parameter AOwner ist der Eigentümer der Komponente TScreenTipsPopup.

Siehe auch