Internet Direct (Indy) Version 9.0.2 Beta
|
property OnWorkBegin;
AWorkMode indicates the operation performed and the notification sent to OnWorkBegin. AWorkMode can contain one of the following values:
AWorkCountMax indicates the maximum number of bytes expected for the operation sent to OnWorkBegin, or 0 when the number of bytes not known.
The event TWorkEvent is implemented in IdComponent.pas.
TIdTCPConnection publishes the OnWorkBegin event. OnWork is not published in the ancestor class TIdComponent.