Stores values from the TKeyOption enumeration.
Source position: valedit.pas line 110
type TKeyOptions = set of ( |
||
keyEdit, |
|
Allows editing of Key data. |
keyAdd, |
|
Allows adding new Key data. |
keyDelete, |
|
Allows deleting Key data. |
keyUnique |
|
Key data must be unique. |
); |
TKeyOptions is a set type used to store values from the TKeyOption enumeration. TKeyOptions is the type used to implement the TValueListEditor.KeyOptions property.
|
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 |