[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides indexed access to Key names in the control.
Source position: valedit.pas line 201
public property TValueListEditor.Keys[Index: Integer] : string |
Keys is an indexed String property which provides access to key names in the control.
Index specifies the ordinal row number in Cells used to read or write the value for the property. The column number in Cells is always 0 (the Key column).
Use Values to access the value for a specific Key name in the control.
Remark: | Since version 2.2.0, Keys will no longer allow the name/value separator used in the Strings property to be used as a value in the property. |
|
Provides indexed access to Values stored 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 |