Specifies the options enabled for the Key-Value grid.
Source position: valedit.pas line 311
published property TValueListEditor.Options : TGridOptions |
Options is a TGridOptions property used to specify the options enabled for the two-column grid displayed in the control. Options is a set type that can contain 0 (zero) or more TGridOption values. By default, the property includes the following enumeration values:
See TGridOption for more information about values and meanings in the enumeration.
Changing the value in Options causes additional validation to be performed:
|
Controls actions that can be performed for Keys in the control. |
|
|
Represents grip option values available for grid controls. |
|
|
Set type used to store enabled grid options. |