RAD Studio VCL Reference
|
Provides the code which executes when the thread is run.
procedure Execute; override;
virtual __fastcall Execute();
Use Execute to execute the code that should be executed when the thread runs. Execute is responsible for checking the value of the Terminated property to determine if the thread needs to exit.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|