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