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

TGridZoneSet

Set type used to store TGridZone enumeration values.

Declaration

Source position: grids.pas line 143

type TGridZoneSet = set of (

  gzNormal,

  

Area normally used for cell data (not fixed row or column headers).

  gzFixedCols,

  

Area used for fixed column headers

  gzFixedRows,

  

Area used for fixed row headers

  gzFixedCells,

  

Area for fixed cells (where both the column and the row are fixed).

  gzInvalid

  

Area not valid for grid cells.

);

Description

TGridZoneSet is a set type used to store zero or more values from the TGridZone enumeration.

TGridZoneSet is the type used to implement properties in TCustomGrid like:

It is also passed as an argument to the Clean method in TCustomStringGrid to indicate the area where the operation is applied.

See also

TGridZone

  

Enumerated type with values which represent the zones or areas on a grid control.

TCustomGrid.HeaderHotZones

  

Contains the grid zones which are hot-lighted (hovered) on the control.

TCustomGrid.HeaderPushZones

  

Contains the grid zones which are drawn in a "pushed" state on the control.

TCustomStringGrid.Clean

  

Removes cell content which match the specified options.


Version 3.2 Generated 2024-02-25 Home