|
|
|
| WinHTTP component.
|
| property Busy: Boolean; // Read-only !!
|
| The Busy property determines whether the HTTP component (its thread) are busy when its execute some operations. When Busy property is True, the WinHTTP currently requesting/downloading data from the Web, or processing OnDone event handler.
|
| Read method; OnDone and OnAnyError events.
|