Vcl.Controls.TCustomHint.WorkComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkComplete: Boolean read FWorkComplete;

C++

__property bool WorkComplete = {read=FWorkComplete, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Specifies whether hint painting is done.

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.

See Also