RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnList.THintEvent Type

THintEvent is the type of the OnHint event handler.

Pascal
THintEvent = procedure (var HintStr: string; var CanShow: Boolean) of object;
C++
(var HintStr: string; var CanShow: Boolean) ( THintEvent)();

HintStr is the string that will appear in the pop-up help hint. The event handler can change this string to change the hint that appears to the user.  

CanShow indicates whether the hint specified by HintStr should be shown using the default popup window after the event handler exits. Set this to false to suppress the default behavior when the event handler displays the hint. 

 

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