Determines if the socket handle for the IOHandler has been allocated and remains open.
function Connected: Boolean; override;
Boolean - True when the socket handle for the IOHandler connection has been allocated.
Connected is an overridden Boolean function used to determine when the socket handle for the IOHandler connection has been allocated.
The return value for the method is determined by the values provided by BindingAllocated and the inherited Connected method.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|