RAD Studio VCL Reference
ContentsIndex
TValueListStrings Members Public Properties
Public Properties
 
Name 
Description 
 
Indicates the number of strings the TStrings object can hold. 
 
Controls whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner. 
 
Lists the strings in the TStrings object in system data format (SDF). 
 
Introduces an abstract property to represent the number of strings in the list. 
 
Represents all the strings in the TStrings object as a single delimited string. 
 
Specifies the delimiter used by the DelimitedText property. 
 
Specifies whether duplicate strings can be added to sorted lists. 
 
This is ItemProps, a member of class TValueListStrings. 
 
Defines the line break character(s). 
 
Indicates the name part of strings that are name-value pairs. 
 
Indicates the character used to separate names from values. 
 
Represents a set of objects that are associated one with each of the strings in the Strings property. 
 
This is OwnsObjects, a member of class TStringList. 
 
Specifies the quote character used by the DelimitedText property. 
 
Specifies whether the strings in the list should be automatically sorted. 
 
Determines how the Delimiter property is used. 
 
References the strings in the list by their positions. 
 
Implements an IStringsAdapter interface for the TStrings object. 
 
Text 
Lists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds. 
 
Represents the value part of a string with a given index, on strings that are name-value pairs. 
 
Represents the value part of a string associated with a given name, on strings that are name-value pairs. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.