RAD Studio VCL Reference
ContentsIndex
TComboBoxExStrings Members Public Properties
Public Properties
 
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. 
 
This is ItemsEx, a member of class TComboBoxExStrings. 
 
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. 
 
This is SortType, a member of class TComboBoxExStrings. 
 
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) 2008 CodeGear(TM). All Rights Reserved.