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

TDbGridExtraOptions

TDbGridExtraOptions is a set of values from the TDbGridExtraOption enumeration

Declaration

Source position: dbgrids.pas line 88

type TDbGridExtraOptions = set of (

  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

);

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