System.Classes.TStrings Properties
InheritedProtected
Capacity | public | Indicates the number of strings the TStrings object can hold. |
CommaText | public | Lists the strings in the TStrings object in a single comma-delimited string. |
Count | public | Introduces an abstract property to represent the number of strings in the list. |
DefaultEncoding | public | The default encoding for the current object. |
DelimitedText | public | Represents all the strings in the TStrings object as a single delimited string. |
Delimiter | public | Specifies the delimiter used by the DelimitedText property. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Encoding | public | Character encoding determined during reading from a stream or file. |
KeyNames | public | Indicates the names from the list of strings that contains name-value pairs. |
LineBreak | public | Defines line-break characters. |
Names | public | Indicates the name part of strings that are name-value pairs. |
NameValueSeparator | public | Indicates the character used to separate names from values. |
Objects | public | Represents a set of objects that are associated one with each of the strings in the Strings property. |
Options | public | Controls a set of boolean properties of TStrings. |
QuoteChar | public | Specifies the quote character used by the DelimitedText property. |
StrictDelimiter | public | Determines how the Delimiter property is used. |
Strings | public | References the strings in the list by their positions. |
StringsAdapter | public | Implements an IStringsAdapter interface for the TStrings object. |
Text | public | Lists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds. |
TrailingLineBreak | public | Determines whether to add a line Break after the last line of the Text property or not. |
UpdateCount | protected | Indicates the number of calls to BeginUpdate that have not been matched by a call to EndUpdate. |
Updating | public | Indicates whether or not the list of strings is in the middle of an update. |
UseLocale | public | Determines the implementation that the list of strings must use for string comparison. |
ValueFromIndex | public | Represents the value part of a string with a given index, on strings that are name-value pairs. |
Values | public | Represents the value part of a string associated with a given name, on strings that are name-value pairs. |
WriteBOM | public | Will cause SaveToStream and SaveToFile to write a BOM. |