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

TDbGridStatusItem

Enumerated type with values for status messages used in a database grid.

Declaration

Source position: dbgrids.pas line 90

type TDbGridStatusItem = (

  gsUpdatingData,

  

Indicates the grid is updating after a change to its 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 GridStatus property in TCustomDBGrid.

See also

TDbGridStatus

  

Set type used to store TDbGridStatusItem enumeration values.

TCustomDBGrid.GridStatus

  

Stores status information about operations active for the grid control.


Version 3.2 Generated 2024-02-25 Home