Vcl.Controls.TCustomHint.ShowHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

void __fastcall ShowHint(void)/* 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 */;

Properties

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

Description

Method used to show the hint.

This method shows a hint. It creates a TCustomHintWindow for the hint and starts a thread to draw the hint.

See Also