http Thread property
Return to Introduction  Previous page  Next page
Applies to
acHTTP and acSendMail components.  

Declaration
property Thread: TacCustomThread// Read-only !!  

Description
The Thread property is the pointer to the process thread, which used for downloading the data from the Web, avoiding suspending of main application thread. This is read-only public property.  

See also
Suspended, ThreadPriority and WaitThread properties;  
acThread component.