RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHint.WorkComplete Property

Indicates whether hint painting is done.

Pascal
property WorkComplete: Boolean;
C++
__property Boolean WorkComplete;

WorkComplete indicates whether the work of painting a hint in the thread is complete or not. WorkComplete is set when the TCustomHint is destroyed, so it indicates the thread should stop working. 

 

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