[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 1258

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

Description

Options is a TGridOptions property 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 the complete list of available options and their usage, see TGridOptions.

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 options for scrolling behavior enabled in the grid control.