RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHint.ShowHint Method ()

Show hint.

Pascal
procedure ShowHint; overload;
procedure ShowHint(Point: TPoint); overload;
procedure ShowHint(Rect: TRect); overload;
procedure ShowHint(Control: TControl); overload;
C++
__fastcall ShowHint();
__fastcall ShowHint(TPoint Point);
__fastcall ShowHint(TRect Rect);
__fastcall ShowHint(TControl * Control);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!