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

TCustomDBGrid.GridStatus

Stores status information about operations active for the grid control.

Declaration

Source position: dbgrids.pas line 517

protected property TCustomDBGrid.GridStatus : TDbGridStatus
  read FGridStatus
  write FGridStatus;

Description

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 occurring 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 meanings.

See also

TDbGridStatus

  

Set type used to store TDbGridStatusItem enumeration values.

TDbGridStatusItem

  

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


Version 3.2 Generated 2024-02-25 Home