Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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