![]() |
![]() ![]() ![]() |
acAppEvents component.
|
property ShowHint: Boolean;
|
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.
|
|
![]() |