Internet Direct (Indy)
|
constructor Create( AOwner: TIdNativeComponent; AReceiveStream: TIdStream; ASendStream: TIdStream = nil ); override;
Parameters |
Description |
AOwner |
Owner of the object instance. |
AReceiveStream |
Stream used for input in the stream-aware IOHandler. |
ASendStream |
Stream used for output in the stream-aware IOHandler. |
Create is the overridden constructor for the object instance.
AOwner is the component that owns the object instance, or Nil when an owner is not specified.
AReceiveStream is the stream used for performing input in the stream-aware IOHandler.
ASendStream is the stream used for performing output in the stream-aware IOHandler.
Create calls the inherited constructor, and assigns the default values for the internal member variables used in the stream-aware IOHandler.
Use Destroy to free the object instance.
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. |