[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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 grid option values available for grid controls. |
|
|
Set type used to store enabled grid options. |
Version 4.0 | Generated 2025-05-03 | Home |