TGridDrawState defines the possible states of a cell when drawing occurs.
Unit
Grids
type TGridDrawState = set of (gdSelected, gdFocused, gdFixed);
Description
TGridDrawState defines the possible states of cell when drawing occurs. The TGridDrawState is the type of method parameters used
for grid objects. TGridDrawState can represent a value that
includes zero or more of the following:
Value Meaning
gdSelected The cell in the grid is selected.
gdFocused The cell in the grid has input focus.
gdFixed The cell is in the fixed (nonscrolling) region of the grid.
帮助里有的。