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

Hide hint.

Pascal
procedure HideHint; overload;
procedure HideHint(HidingControl: TControl); overload;
C++
__fastcall HideHint();
__fastcall HideHint(TControl * HidingControl);

This method hides a previously drawn custom hint. 

 

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