RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHint.ShowAnotherHint Method

Show another hint in a sequence.

Pascal
procedure ShowAnotherHint;
C++
__fastcall ShowAnotherHint();

ShowAnotherHint indicates that another hint should be displayed in a sequence of hints. ShowAnotherHint bypasses the animation from the TCustomHintShowHideThread object. This allows showing many hints in a row without having to fade out the previous hint and fade in the new one. 

 

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