Internet Direct (Indy) Version 9.0.2 Beta
|
constructor Create(AOwner: TComponent); override;
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.