System.WideStrings.TWideStringList Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
CapacitypublicIndicates the number of strings the TWideStrings object can hold.
CaseSensitivepublicControls whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.
CommaTextpublicLists the strings in the TWideStrings object in system data format (SDF).
CountpublicIntroduces an abstract property to represent the number of strings in the list.
DelimitedTextpublicRepresents all the strings in the TWideStrings 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.
DuplicatespublicSpecifies whether duplicate strings can be added to sorted lists.
LineBreakpublicDefines the line break character(s).
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.
OwnsObjectspublic
QuoteCharpublicSpecifies the quote character used by the DelimitedText property.
SortedpublicSpecifies whether the strings in the list should be automatically sorted.
StrictDelimiterpublicDetermines how the Delimiter property is used.
StringspublicReferences the strings in the list by their positions.
StringsAdapterpublicImplements an IWideStringsAdapter interface for the TWideStrings object.
TextpublicLists the strings in the TWideStrings 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.