System.Classes.TStrings Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CapacitypublicIndicates the number of strings the TStrings object can hold.
CommaTextpublicLists the strings in the TStrings object in system data format (SDF).
CountpublicIntroduces an abstract property to represent the number of strings in the list.
DefaultEncodingpublicDefault encoding is used when nothing can be detected.
DelimitedTextpublicRepresents all the strings in the TStrings object as a single delimited string.
DelimiterpublicSpecifies the delimiter used by the DelimitedText property.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EncodingpublicCharacter encoding determined from reading the stream or file.
LineBreakpublicDefines line-break characters.
NamespublicIndicates the name part of strings that are name-value pairs.
NameValueSeparatorpublicIndicates the character used to separate names from values.
ObjectspublicRepresents a set of objects that are associated one with each of the strings in the Strings property.
QuoteCharpublicSpecifies the quote character used by the DelimitedText property.
StrictDelimiterpublicDetermines how the Delimiter property is used.
StringspublicReferences the strings in the list by their positions.
StringsAdapterpublicImplements an IStringsAdapter interface for the TStrings object.
TextpublicLists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds.
UpdateCountprotectedIndicates the number of calls to BeginUpdate that have not been matched by a call to EndUpdate.
ValueFromIndexpublicRepresents the value part of a string with a given index, on strings that are name-value pairs.
ValuespublicRepresents the value part of a string associated with a given name, on strings that are name-value pairs.
WriteBOMpublicWill cause SaveToStream or SaveToFile to write a BOM.