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

TDbGridStatusItem

Enumerated type with values for status messages in a database grid

Declaration

Source position: dbgrids.pas line 90

type TDbGridStatusItem = (

  gsUpdatingData,

  

Indicates the grid is updating after a change in data

  gsAddingAutoColumns,

  

Indicates automatic columns are being added for the grid control

  gsRemovingAutoColumns,

  

Indicates automatic columns are being removed from the grid control

  gsAutoSized,

  

Indicates automatically sized columns are currently in use in the grid control

  gsStartEditing,

  

Indicates the data link for a grid control is updating the value in its Editing property

  gsLoadingGrid

  

Indicates the grid control is loading its settings from a file or stream

);

Description

TDbGridStatusItem is an enumerated type with values for status messages used in a database grid. Values from TDbGridStatusItem are stored in TDbGridStatus, and used in the TDBGrid.GridStatus property.

See also

#lcl.DBGrids.TDbGridStatus

  

Set type used to store TDbGridStatusItem enumeration values

#lcl.DBGrids.TCustomDBGrid.GridStatus

  

Stores status information about operations active for the grid control

#lcl.DBGrids.TDBGrid.GridStatus

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