|
|
|
| acHTTP and acSendMail components.
|
| 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 acHTTP currently requesting/downloading data from the Web, or processing OnDone event handler.
|
| Read method; OnDone and OnAnyError events;
|
| Running property of acThread component.
|
|
|