[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Execute method. Must be overridden in a descendent thread.
Source position: classesh.inc line 1613
protected procedure TThread.Execute; virtual; abstract; |
Execute is a method that must be overridden in descendent 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.
Terminated |