Creates an instance of the IOHandler using the default class factory.
class function MakeDefaultIOHandler( AOwner: TIdNativeComponent = nil ): TIdIOHandler;
Parameters |
Description |
AOwner |
Type is TIdNativeComponent. Default value is nil. |
TIdIOHandler - The new IOHandler class instance.
MakeDefaultIOHandler is a class method used to create an instance of the IOHandler using the default class factory in GIOHandlerClassDefault.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|