RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHintShowHideThread Class

Thread for drawing custom hint.

Pascal
TCustomHintShowHideThread = class(TThread);
C++
class TCustomHintShowHideThread : public TThread;

TCustomHintShowHideThread is a thread for drawing a given TCustomHint in a given TCustomHintWindow. This allows hints to be drawn independently of other operations. This thread is needed to allow hints to animate, fading in and out as the hint is shown or hidden. 

 

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