Internet Direct (Indy)
|
Writes the value specified using the IOHandler.
procedure Write( AValue: Char ); overload;
Parameters |
Description |
AValue |
Character to write using the IOHandler. |
Write is an overloaded method use to write the value specified in AValue using the IOHandler.
Write calls an overloaded variant of the method using the value in AValue converted to a TIdBytes data type.
Call WriteBufferOpen to enable write buffer for the IOHandler.
Call WriteBufferClose to disable write buffer for the IOHandler.
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. |