<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TStringList.CommaText</id>
		<title>TStringList.CommaText - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TStringList.CommaText"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TStringList.CommaText&amp;action=history"/>
		<updated>2026-05-26T02:25:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=TStringList.CommaText&amp;diff=1175&amp;oldid=prev</id>
		<title>Mighty: new page</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TStringList.CommaText&amp;diff=1175&amp;oldid=prev"/>
				<updated>2013-08-24T16:55:21Z</updated>
		
		<summary type="html">&lt;p&gt;new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; '''property CommaText: String'''&lt;br /&gt;
  Access mode: RW&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
[[TStringList.CommaText|CommaText]] represents the stringlist as a single string, consisting of a comma-separated concatenation of the strings in the list. &amp;lt;br&amp;gt;&lt;br /&gt;
===Reading===&lt;br /&gt;
If one of the strings contains spaces, comma's or quotes it will be enclosed by double quotes. Any double quotes in a string will be doubled. For instance the following strings:&lt;br /&gt;
 Comma,string&lt;br /&gt;
 Quote&amp;quot;string&lt;br /&gt;
 Space string&lt;br /&gt;
 NormalSttring&lt;br /&gt;
is converted to&lt;br /&gt;
 &amp;quot;Comma,string&amp;quot;,&amp;quot;Quote&amp;quot;&amp;quot;String&amp;quot;,&amp;quot;Space string&amp;quot;,NormalString&lt;br /&gt;
===Writing===&lt;br /&gt;
Conversely, when setting the [[TStringList.CommaText|CommaText]] property, the text will be parsed according to the rules outlined above, and the strings will be set accordingly. &amp;lt;br&amp;gt;&lt;br /&gt;
Note that spaces will in this context be regarded as string separators, unless the string as a whole is contained in double quotes. Spaces that occur next to a delimiter will be ignored. &amp;lt;br&amp;gt;&lt;br /&gt;
The following string:&lt;br /&gt;
 &amp;quot;Comma,string&amp;quot; , &amp;quot;Quote&amp;quot;&amp;quot;String&amp;quot;,Space string,, NormalString&lt;br /&gt;
Will be converted to&lt;br /&gt;
 Comma,String&lt;br /&gt;
 Quote&amp;quot;String&lt;br /&gt;
 Space&lt;br /&gt;
 String&lt;br /&gt;
 &lt;br /&gt;
 NormalString&lt;br /&gt;
&lt;br /&gt;
[[Category:TStringList]]&lt;/div&gt;</summary>
		<author><name>Mighty</name></author>	</entry>

	</feed>