|
|
|
| acHTTP, acSendMail, acThread and acSQLQueryThread components.
|
| var
|
| TacThreadWaitTimeoutExpired = procedure(Sender: TObject; var TerminateThread: Boolean) of object;
|
|
|
| property OnWaitTimeoutExpired: TacThreadWaitTimeoutExpired;
|
| The OnWaitTimeoutExpired event occurs when the component could not complete HTTP request for the time interval specified in WaitTimeout property (when WaitTimeout is expired).
|
|
|
| The WaitTimeout only works together with WaitThread property, only when it set to True.
|
| WaitThread and WaitTimeout properties;
|
| Abort method.
|