[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores the keys, values, and item definitions in the control.
Source position: valedit.pas line 314
published property TValueListEditor.Strings : TValueListStrings |
Strings is a TValueListStrings property which provides storage for the Keys, Values, and item definitions in the control. Strings uses the "Key=Value" convention to store the string data needed for the Keys and Values properties.
Use the Keys property to read and write key names by their ordinal position in the control. Use Values to read or write the data stored for a specific Key name.
Strings also contains an internal TItemPropList member used to store the item definitions for the control. Use ItemProps to maintain the item definitions in the control.
|
Provides indexed access to item definitions in the control. |
|
|
Provides indexed access to Key names in the control. |
|
|
Provides indexed access to Values stored in the control. |
|
|
Stores values and item definitions used in TValueListEditor. |
|
|
Implements a storage container for items added to TValueListEditor. |
|
|
Represents items in the TValueListEditor control. |
Version 4.0 | Generated 2025-05-03 | Home |