Internet Direct (Indy)
Home
PreviousUpNext
TIdTCPConnection.OnWorkEnd Event

Event handler signalled when completing a read or write operation.

Pascal
property OnWorkEnd;

OnWorkEnd is a TWorkEndEvent property that represents the event handler signalled when completing a read or write operation on the connection. OnWorkEnd is generally used to finalize progress indicators or GUI components when an IO operation is completed. 

OnWorkEnd is assigned to the TWorkEndEvent event handler in IOHandler when the value for the IOHandler property is assigned. 

TIdTCPConnection contains an internal method normally assigned to OnWorkEnd. Applications can assign a procedure to the event handler to allow responsing the TWorkEndEvent notification. 

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.