[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores status information about operations active for the grid control
Source position: dbgrids.pas line 516
protected property TCustomDBGrid.GridStatus : TDbGridStatus |
GridStatus is a TDBGridStatus property which stores status information for the grid control. GridStatus is a set type that can contain 0 (zero) or more values from the TDbGridStatusItem enumeration, and indicate operations occuring in the control at run-time. Values in GridStatus are added and removed in several methods for the grid control to prevent duplicate calls the method while the operation is active.
See TDbGridStatusItem for more information about the values in the enumeration and their meaning.
lazarus-ccr.sourceforge.net |