Internet Direct (Indy) Version 9.0.1 Beta
|
property OnWork;
AWorkMode indicates the operation performed and the notification sent to OnWork. AWorkMode can be contain one of the following values:
AWorkCount indicates the number of bytes affected by the operation sent to OnWork.
The event TWorkEvent is implemented in IdComponent.pas.
TIdTCPConnection publishes the OnWork event. OnWork is not published in the ancestor class TIdComponent.