[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: grids.pas line 134
type TGridDrawState = set of ( |
||
gdSelected, |
|
|
gdFocused, |
|
|
gdFixed, |
|
|
gdHot, |
|
|
gdPushed, |
|
|
gdRowHighlight |
||
); |
lazarus-ccr.sourceforge.net |