Vcl.Controls.TCustomHintShowHideThread.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(Hint: TCustomHintWindow; HintObject: TCustomHint); overload;

C++

__fastcall TCustomHintShowHideThread(TCustomHintWindow* Hint, TCustomHint* HintObject)/* overload */;
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread(void)/* overload */ : System::Classes::TThread() { }
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread(bool CreateSuspended)/* overload */ : System::Classes::TThread(CreateSuspended) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintShowHideThread

Description

Crée un thread de dessin d'un conseil personnalisé.

Cette méthode crée un thread TCustomHintShowHideThread pour dessiner un TCustomHint donné dans un TCustomHintWindow donné et rendre le thread actif.

Voir aussi