Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandler.WriteLn Method

Writes a string value to IOHandler.

Pascal
procedure WriteLn(
    const AOut: string = ''
); virtual;
Parameters 
Description 
AOut 
Value to send to the IOHandler connection. Default value is ''. 

WriteLn is a virtual procedure used to send the string value specified in AOut to the IOHandler. 

WriteLn appends the EOL character to the valuein AOut, and calls Write to concatenated value to the write buffering mechanism for the IOHandler. 

Use Write to send other data types on 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.