Internet Direct (Indy)
Home
PreviousUpNext
TIdStream.Write@TIdBytes@Integer

Writes the data type to the stream.

Parameters 
Description 
ABytes 
Values to write to the stream.
 
ACount 
Number of bytes to write to the stream. 

Write is an overloaded procedure used to write a data type to the Stream for the wrapper class. 

ABytes is a TIdBytes value containing data to write to the stream. 

ACount indicates the number of bytes in ABytes to include in the write operation. The default value for ACount is -1, and indicates that all values in ABytes will be written. 

Write is an abstract virtual method in TIdStream, and must be implemented in a descendant class to provide access to a stream implementation for the platform or Operating System.

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.