Event handler signalled when a read or write request is started.
property OnWorkBegin;
OnWorkBegin is a public TWorkBeginEvent property that represents the event handler signalled when a read or write request is initiated for the IOHandler connection.
Applications must assign a procedure to the event handler that accepts arguments as used in TWorkBeginEvent.
Use OnWorkEnd to respond to completion of an IO request.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|