[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 103
type TGridOptions = set of ( |
||
goFixedVertLine, |
|
|
goFixedHorzLine, |
|
|
goVertLine, |
|
|
goHorzLine, |
|
|
goRangeSelect, |
|
|
goDrawFocusSelected, |
|
|
goRowSizing, |
|
|
goColSizing, |
|
|
goRowMoving, |
|
|
goColMoving, |
|
|
goEditing, |
|
|
goTabs, |
|
|
goRowSelect, |
|
|
goAlwaysShowEditor, |
|
|
goThumbTracking, |
|
|
goColSpanning, |
|
|
goRelaxedRowSelect, |
|
|
goDblClickAutoSize, |
|
|
goSmoothScroll, |
|
|
goFixedRowNumbering, |
|
|
goScrollKeepVisible, |
|
|
goHeaderHotTracking, |
|
|
goHeaderPushedLook |
|
|
); |
lazarus-ccr.sourceforge.net |