Vcl.Controls.TCustomHintShowHideThread.ResumeWork

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResumeWork;

C++

void __fastcall ResumeWork();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintShowHideThread

Description

Resumes drawing a hint in the window.

ResumeWork resumes drawing a TCustomHint in a TCustomHintWindow after the thread was inactive.

See Also