Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandler.Write Method (string)

Write the specified values to the IOHandler.

Pascal
procedure Write(
    const AOut: string
); virtual; overload;
Parameters 
Description 
AOut 
Values to write to the IOHandler. 

Write is an overloaded method in TIdIOHandler used to write various data types from the indicated source to the IOHandler. Write can use the Indy write buffering mechanism when it has been enabled. 

Write calls WriteBytes to copy the values in AOut to the IOHandler. 

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.