Vcl.Controls.TCustomHintShowHideThread.ResumeWork

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ResumeWork;

C++

void __fastcall ResumeWork();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintShowHideThread

Beschreibung

Setzt das Zeichnen des Hinweises in einem Fenster fort.

ResumeWork setzt das Zeichnen eines TCustomHint in einem TCustomHintWindow fort, nachdem der Thread inaktiv war.

Siehe auch