Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGridOptions

Declaration

Source position: grids.pas line 120

type TGridOptions = set of (

  goFixedVertLine,

  

  goFixedHorzLine,

  

  goVertLine,

  

  goHorzLine,

  

  goRangeSelect,

  

  goDrawFocusSelected,

  

  goRowSizing,

  

  goColSizing,

  

  goRowMoving,

  

  goColMoving,

  

  goEditing,

  

  goAutoAddRows,

  

  goTabs,

  

  goRowSelect,

  

  goAlwaysShowEditor,

  

  goThumbTracking,

  

  goColSpanning,

  

  goRelaxedRowSelect,

  

  goDblClickAutoSize,

  

  goSmoothScroll,

  

  goFixedRowNumbering,

  

  goScrollKeepVisible,

  

  goHeaderHotTracking,

  

  goHeaderPushedLook,

  

  goSelectionActive,

  

  goFixedColSizing,

  

  goDontScrollPartCell,

  

  goCellHints,

  

  goTruncCellHints,

  

  goCellEllipsis,

  

  goAutoAddRowsSkipContentCheck,

  

  goRowHighlight

  

);



CT Web help

CodeTyphon Studio