TcxCustomHintStyleController.HideHint Method
In This Article
Hides the hint that was previously invoked using the ShowHint method.
#Declaration
Delphi
procedure HideHint;
#Remarks
Call this method to hide the hint invoked using the ShowHint method. If no hint invoked using this method is currently active, the HideHint method does nothing.
See Also