Event handler for data received on the logging intercept.
property OnSent: TLogItemDataEvent;
OnSent is a TLogItemDataEvent property that represents the event handler signalled when data is sent on the logging intercept.
OnSent is triggered in the Send method, and allows the user to specify the processing to occur for the event.
Applications must assign a procedure with the required parameters for the event handler in order to respond to the event notification.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|