Internet Direct (Indy) Version 9.0.1 Beta
TIdIOHandlerStream.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Component that owns the object instance.

Description
Create is the constructor for the object instance, and is overloaded in TIdIOHandlerStream.

The default constructor is intended for use when the object instance will be a child control owned by the component specified in axOwner, and simply calls the inherited Create method.

The overloaded constructor is intended for use when the TIdIOHandlerStream needs to be created for the specific read or write operations specified in AStreamType. This constructor calls the inherited Create method with Nil in the owner value. It also assigns the value in AStreamType to the StreamType property.