WriteLn is an extension to the Write procedure, as it is defined for text files.
After executing Write, WriteLn writes an end-of-line marker (line feed or carriage return/line feed) to the file.
If F is omitted, the global variable Output is used, which accesses the processes standard input file. Use of Output in GUI applications raises special issues. S=xxx ºÍ xxx µÄÇø±ð
var FXmlDoc:IXMLDomDocument; begin ʹÓÃFXmlDoc.save('Îļþ·¾¶')£» ½á¹û·¢ÏÖ±£´æºóµÄ¸ÃÎļþÖÐÎÄÈ«²¿ÎªÂÒÂ룬ÈçºÎ½â¾ö end£» ²Î¿¼Õâ¸ö http://blog.csdn.net/jiangnanandi/archive/2008/11/28/3399804.aspx ......