TAstaThread

Properties


 

Unit
AstaThread

 

Declaration
type TAstaThread = class(TThread);

 

Description
ASTA was designed so that developers would not have to worry about implementing any threading. ASTA servers are threaded at the ASTA component level.

 

In some of the AstaServerSocket events the Sender (TObject) parameter is a TAstaThread, and there may be times when you need to typecast this parameter to use some of the properties of the TAstaThread.

 



ASTA Overview