RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHintShowHideThread.Execute Method

Draw hint in window in thread.

Pascal
procedure Execute; override;
C++
virtual __fastcall Execute();

Execute does the work of drawing a TCustomHint in a TCustomHintWindow while the thread is active. Hints are drawn in a thread, which 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!