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 a String data type that contains the data to write to the stream.
Write is an abstract virtual method in TIdStream, and must be implemented in a descendant class to allow optional conversion of the Delphi data type and access to a stream implementation for the platform or Operating System.
Use WriteLn to write a String value followed by an EOL (end-of-line) character sequence 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. |