[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TValueListEditor.Options

Specifies the options enabled for the Key-Value grid.

Declaration

Source position: valedit.pas line 311

published property TValueListEditor.Options : TGridOptions
  read GetOptions
  write SetOptions
  default [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking];

Description

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:

See also

TValueListEditor.KeyOptions

  

Controls actions that can be performed for Keys in the control.

TGridOption

  

Represents grid option values available for grid controls.

TGridOptions

  

Set type used to store enabled grid options.


Version 4.0 Generated 2025-05-03 Home