http Busy property
Return to Introduction  Previous page  Next page
Applies to
auHTTP component.  

Declaration
property Busy: Boolean; // Read-only !!  

Description
The Busy property determines whether the HTTP component (its thread) is busy on some operations. When Busy property is True, the HTTP currently downloading data from the Web.  

Note
iiwarning You can NOT download any data when the HTTP component is busy, and must wait until component done all operations. The Read method will return False when the component is busy.  

See also
Read method and OnDone event;  
Running property of auThread component.  
File not found.