Represents Key actions used in TValueListEditor.
Source position: valedit.pas line 109
type TKeyOption = ( |
||
keyEdit, |
|
Allows editing of Key data. |
keyAdd, |
|
Allows adding new Key data. |
keyDelete, |
|
Allows deleting Key data. |
keyUnique |
|
Key data must be unique. |
); |
TKeyOption is an enumeration type with values that control key actions allowed for Key-Value data in TValueListEditor. TKeyOption values are stored in the TKeyOptions set type.
|
Stores values from the TKeyOption enumeration. |
|
|
Controls actions that can be performed for Keys in the control. |
| Version 4.6 | Generated 2026-02-20 | Home |