http WaitThread property
Return to Introduction  Previous page  Next page
Applies to
auHTTP and auThread components.  

Declaration
property WaitThread: Boolean;  

Description
The WaitThread property controls whether the procedure that calls the Read method (which downloads the data from the Web) should be suspended and wait until the scanning process will be done.  
 
Set the WaitThread to True, if you would like to read the data from the Web so that the application does not continue with next lines of code after calling the Read method. Your application will done download (or inform about error) before continuing to next step.  

See also
Thread and Suspended properties;  
Read method.  
File not found.