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

TGridFlags

Declaration

Source position: grids.pas line 165

type TGridFlags = set of (

  gfEditorUpdateLock,

  

  gfNeedsSelectActive,

  

  gfEditorTab,

  

  gfRevEditorTab,

  

  gfVisualChange,

  

  gfColumnsLocked,

  gfEditingDone,

  gfSizingStarted,

  gfPainting,

  gfUpdatingSize,

  gfClientRectChange,

  gfAutoEditPending,

  gfUpdatingScrollbar

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.