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

TDbGridExtraOption

Enumerated type that specifies extra options available in a database grid

Declaration

Source position: dbgrids.pas line 84

type TDbGridExtraOption = (

  dgeAutoColumns,

  

Indicates if Fields in the dataset are automatically added as columns in the database grid

  dgeCheckboxColumn

  

Indicates that checkbox controls are used to edit Boolean Fields in the grid dataset

);

Description

TDbGridExtraOption is an enumerated type that specifies extra options available in a database grid. Values from TDbGridExtraOption are stored in the TDbGridExtraOptions set type, and used in the TDBGrid.OptionsExtra property.

See also

#lcl.DBGrids.TCustomDBGrid.OptionsExtra

  

Contains the extra options enabled for the grid control

#lcl.DBGrids.TDBGrid.OptionsExtra

  

Contains the extra options enabled for the grid control

The latest version of this document can be found at lazarus-ccr.sourceforge.net.