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

Writes the data type to the stream.

Parameters 
Description 
AValue 
Value to write to the stream. 

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

AValue is an Integer data type that represents the value to be written to the stream. 

Write converts the byte order for the Integer data type from its host-specific representation to Network byte order using TIdStack.HostToNetwork. Write also converts the bytes in to TIdBytes an calls the overloaded Write method.

TIdStream.Write

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.