Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandlerStream.StreamType Property

Indicate the operations permitted using the data source for the IOHandler.

Pascal
property StreamType: TIdIOHandlerStreamType;

StreamType is a TIdIOHandlerStreamType property used to indicate the types of operations permitted using the data source for the IOHandler. 

StreamType is used in Connected to determine when valid stream instances are assigned for the property value. StreamType values indicate the following: 

 

Value 
Meaning 
stRead 
ReceiveStream is assigned. 
stWrite 
SendStream is assigned. 
stReadWrite 
Both ReceiveStream and SendStream are assigned. 

 

The default value for StreamType is stReadWrite as assigned in the Create method.

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.