RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings Properties

The properties of the TStrings class are listed here.

 
Name 
Description 
 
Indicates the number of calls to BeginUpdate that have not been matched by a call to EndUpdate
 
Name 
Description 
 
Indicates the number of strings the TStrings object can hold. 
 
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. 
 
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. 
 
Specifies the quote character used by the DelimitedText property. 
 
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.
What do you think about this topic? Send feedback!