|
Internet Direct (Indy)
|
Constructor for the object instance.
constructor Create(
AConnection: TIdTCPConnection
); reintroduce;|
Parameters |
Description |
|
AConnection |
Connection used for stream input and output operations. |
Create is the Constructor for the object instance that is reintroduced in TIdTCPStream, and calls the inherited Create method.
Create assigns the TIdTCPConnection instance in AConnection to the Connection property.
|
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. |