Closes the streams used in the logging intercept.
procedure Disconnect; override;
Disconnect is an overridden procedure that closes the streams used for sending and receiveing data on the logging intercept.
When FreeStreams contains True, Disconnect will free resource allocated to the ReceiveStream and SendStream properties.
When FreeStreams contains False, no action is performed in the Disconnect method.
Use Connect open the streams used for the logging intercept.
TIdLogStream.Connect
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|