appevents ShowHint property
Return to Introduction  Previous page  Next page
Applies to
acAppEvents component.  

Declaration
property ShowHint: Boolean;  

Description
The ShowHint property of acAppEvents component determines whether Help Hints are enabled or disabled for the entire application.  
 
Use ShowHints to choose when to display Help Hints. If ShowHint is True, Help Hints are enabled; if ShowHint is False, Help Hints are disabled. The default value is True. Help Hints are specified in the Hint property.  
 
Setting ShowHint for the application to False disables all Help Hints, regardless of the value of the ShowHint properties for individual controls.  
 
tip The acAppEvents.ShowHints is the same as Application.ShowHints.