TThread.Execute

Execute method. Must be overridden in a descendant thread.

Declaration

Source position: classesh.inc line 1911

protected 
  procedure Execute;  Virtual;  Abstract;

Description

Execute is a method that must be overridden in descendant classes of the thread. It must contain the code that must execute in the thread. The Execute method is responsible for checking Terminated]() at regular intervals: when it is set to True the execute method must exit.

See also

Name Description
Terminated

results matching ""

    No results matching ""