Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdTCPConnection.WriteStrings
TIdTCPConnection
,
See Also
Write
multiple text strings to a peer connection.
procedure
WriteStrings(AValue: TStrings;
const
AWriteLinesCount: Boolean);
Parameters
AValue: TStrings
Values to be sent as output to the peer.
const AWriteLinesCount: Boolean = False
Description
WriteStrings is a procedure used to send the multiple lines of text in
AValue
to the socket peer connection. WriteStrings uses the
WriteLn
method to send individual lines in
AValue
.