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

TCustomGrid.Options

Contains the set of optional features and/or behaviors enabled for the grid.

Declaration

Source position: grids.pas line 1253

protected property TCustomGrid.Options : TGridOptions
  read FOptions
  write SetOptions
  default DefaultGridOptions;

Description

Options is a TGridOptions used to store the options enabled for the grid control. Values from the TGridOptions enumeration are included in the set type to enable the features or behaviors. For a list of available options and their usage, seeTGridOptions.

The default value for the Options is the DefaultGridOptions set.

Use Options2 to set scrolling behaviors enabled for the grid control.

See also

TGridOptions

  

Set type used to store enabled grid options.

DefaultGridOptions

  

Set with the default grid options enabled for instances of the grid control.

TCustomGrid.Options2

  

Contains additional options enabled for the grid control.