Internet Direct (Indy)
Home
PreviousUpNext
TIdTCPStream.Connection Property

Connection used for performing input and output for the stream descendant.

Pascal
property Connection: TIdTCPConnection;

Connection is a read-only TIdTCPConnection property that represents the socket connection used for performing input and output for the stream descendant. 

Connection is assigned the value passed as an argument in the Create constructor, and implements the actual operation requested in the TIdStream descendant by redirecting access to the IOHandler for the connection.

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.