[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TGridFlagsOption

Declaration

Source position: grids.pas line 146

type TGridFlagsOption = (

  gfEditorUpdateLock,

  

  gfNeedsSelectActive,

  

  gfEditorTab,

  

  gfRevEditorTab,

  

  gfVisualChange,

  

  gfDefRowHeightChanged,

  

  gfColumnsLocked,

  gfEditingDone,

  gfSizingStarted,

  gfPainting,

  gfUpdatingSize,

  gfClientRectChange

);