[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides indexed access to Values stored in the control.
Source position: valedit.pas line 202
public property TValueListEditor.Values[Key: string] : string |
Values is an indexed String property which provides access to values for Key names in the control.
Key is a String value with the key name to locate in the Strings for the control. The property value is read from and written to the Cells property in the Value column (1). If Key does not already exist during write access, a new Key/Value pair is added to Strings.
Use Keys to read or write key name values used for the items in the control.
|
Provides indexed access to Key names in the control. |
|
|
Stores the keys, values, and item definitions in the control. |
|
|
Provides indexed access to a cell value by its column and row number. |
Version 4.0 | Generated 2025-05-03 | Home |