Topic Path: Symbol Reference > Classes > TIdCustomTCPServer Class > TIdCustomTCPServer Properties > ImplicitIOHandler Property
ContentsIndexHome
PreviousUpNext
TIdCustomTCPServer.ImplicitIOHandler Property

Indicates if resources in the IOHandler are managed by the server.

property ImplicitIOHandler: Boolean;

ImplicitIOHandler is a read-only Boolean property that indicates if the IOHandler for the server was created as as result of the server becoming Active. ImplicitIOHandler will contain True when an object instance is assigned during activation of the server. ImplicitIOHandler will contain False when the server IOHandler has been expressedly assigned by the application. 

ImplicitIOHandler is used in the Destroy destructor to determine if the object instance must free the resources allocated in server IOHandler prior to destruction.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.