<?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.Strings</id>
		<title>TStringList.Strings - 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.Strings"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TStringList.Strings&amp;action=history"/>
		<updated>2026-05-26T02:26:20Z</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.Strings&amp;diff=1178&amp;oldid=prev</id>
		<title>Mighty: new page</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TStringList.Strings&amp;diff=1178&amp;oldid=prev"/>
				<updated>2013-08-24T17:12:19Z</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 Strings[i: Integer]: String'''&lt;br /&gt;
  Access mode: RW&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
[[TStringList.Strings|Strings]] is the default property of [[TStringList]]. It provides indexed read-write access to the list of strings. Reading it will return the string at position ''i'' in the list. Writing it will set the string at position ''i''.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
''i'' is the position of the string in the list. It is zero-based, i.e. valued values range from 0 (the first string in the list) till [[TStringList.Count|Count]]-1 (the last string in the list). When browsing through the strings in the list, this fact must be taken into account. If ''i'' is out of range when trying to read, error will occur.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To access the objects associated with the strings in the list, use the [[TStringList.Objects|Objects]] property. The name parts of name-value pairs can be accessed with the [[TStringList.Names|Names]] property, and the values can be set or read through the [[TStringList.Values|Values]] property.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Searching through the list can be done using the [[TStringList.IndexOf|IndexOf]] method.&lt;br /&gt;
&lt;br /&gt;
[[Category:TStringList]]&lt;/div&gt;</summary>
		<author><name>Mighty</name></author>	</entry>

	</feed>