[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: grids.pas line 165
type TGridFlags = set of ( |
||
gfEditorUpdateLock, |
|
|
gfNeedsSelectActive, |
|
|
gfEditorTab, |
|
|
gfRevEditorTab, |
|
|
gfVisualChange, |
|
|
gfColumnsLocked, |
||
gfEditingDone, |
||
gfSizingStarted, |
||
gfPainting, |
||
gfUpdatingSize, |
||
gfClientRectChange, |
||
gfAutoEditPending, |
||
gfUpdatingScrollbar |
||
); |
lazarus-ccr.sourceforge.net |