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

TDbGridStatus

Set type used to store TDbGridStatusItem enumeration values.

Declaration

Source position: dbgrids.pas line 92

type TDbGridStatus = set of (

  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

TDbGridStatus is a set type used to store TDbGridStatusItem enumeration values. Values added to TDbGridStatus indicate that a feature or behavior has been enabled in a TDBGrid control.

TDbGridStatus is used to implement the GridStatus property in TCustomDBGrid and descendent classes.

See also

TDbGridStatusItem

  

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

TCustomDBGrid.GridStatus

  

Stores status information about operations active for the grid control.


Version 3.2 Generated 2024-02-25 Home