Vcl.Controls.TCustomHint.ShowHint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ShowHint; overload;
procedure ShowHint(Point: TPoint); overload;
procedure ShowHint(Rect: TRect); overload;
procedure ShowHint(Control: TControl); overload;

C++

void __fastcall ShowHint()/* overload */;
void __fastcall ShowHint(const System::Types::TPoint &Point)/* overload */;
void __fastcall ShowHint(const System::Types::TRect &Rect)/* overload */;
void __fastcall ShowHint(TControl* Control)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Affiche un conseil.

Cette méthode affiche un conseil. Elle crée un objet TCustomHintWindow pour le conseil et démarre un thread pour dessiner le conseil.

Voir aussi