[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enumerated type with values for status messages in a database grid
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 |
); |
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.
|
Set type used to store TDbGridStatusItem enumeration values |
|
|
Stores status information about operations active for the grid control |
|
#lcl.DBGrids.TDBGrid.GridStatus |
lazarus-ccr.sourceforge.net |