Source position: grids.pas line 119
type TGridDrawState = set of (
gdSelected,
gdFocused,
gdFixed,
gdHot,
gdPushed,
gdRowHighlight
);