Internet Direct (Indy)
Home
PreviousUpNext
TIdTCPConnection.ManagedIOHandler Property

Indicates tyhe IOHandler for the connection is maintained by the object instance.

Pascal
property ManagedIOHandler: Boolean;

ManagedIOHandler is a Boolean property that indicates if the IOHandler for the connection is managed by the connection. 

When ManagedIOHandler contains True, an assignment to the IOHandler causes an existing IOHandler to be freed prior to assigning the new property value. 

ManagedIOHandler is set to True when the IOHandler has been created in the CreateIOHandler method. 

ManagedIOHandler is set to False when the IOHandler has been created and manually assigned to the IOHandler property.

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.