Indicates that a read or write operation is complete.
TWorkEndEvent = procedure (ASender: TObject; AWorkMode: TWorkMode) of object;
|
Parameters |
Description |
|
ASender |
Object instance generating the event notification. |
|
AWorkMode |
Work mode for the event notification. |
TWorkEndEvent is the event used to indicate that the connection has completed a send or receive operation on the connection.
ASender is the object instance triggering the event.
AWorkMode is a TWorkMode value that indicates if the component is receiving or sending data.
AWorkMode is the TWorkMode value that indicates the operation performed.
TWorkEndEvent is the event type signalled in TIdComponent.EndWork.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |