Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageDecoder.FreeSourceStream Property

Indicates if the stream passed to the message decoder should be freed in the destructor.

Pascal
property FreeSourceStream: Boolean;

FreeSourceStream is a Boolean property that indicates if TIdStream instances passed to the message decoder should be freed in the destructor for the object instance. 

Set FreeSourceStream to True allow freeing the source stream in the Destroy method, as opposed to setting its value to Nil. 

The default value for FreeSourceStream is True, as assigned during initialization of the component.

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.