Writes a line using a format specifier and an array of data.
Parameters |
Description |
AData |
Format specifier for values written to the stream. |
AArgs |
Values for the formatted line. |
WriteLn is an overloaded procedure used to write the values in AArgs to the Stream using the format specifier in AData.
This overloaded version of WriteLn calls Format using AData and AArgs to prepare the value written to the stream.
An EOL (end-of-line) sequence is written followed the formatted contents.
Use Write to write a string of data that does not include the EOL sequence.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|