[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 144
type TGridFlags = set of ( |
||
gfEditorUpdateLock, |
|
|
gfNeedsSelectActive, |
|
|
gfEditorTab, |
|
|
gfRevEditorTab, |
|
|
gfVisualChange, |
|
|
gfDefRowHeightChanged |
|
|
); |