Unit 'kgrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKGridOption

Declaration

Source position: kgrids.pas line 301

type TKGridOption = (

  goAlignLastCol,

  

  goAlignLastRow,

  

  goAlwaysShowEditor,

  

  goEraseBackground,

  

  goClippedCells,

  

  goColMoving,

  

  goColSizing,

  

  goColSorting,

  

  goDoubleBufferedCells,

  

  goDrawFocusSelected,

  

  goEditing,

  

  goEnterMoves,

  

  goFixedHorzLine,

  

  goFixedVertLine,

  

  goHeader,

  

  goHeaderAlignment,

  

  goHorzLine,

  

  goIndicateHiddenCells,

  

  goIndicateSelection,

  

  goMouseCanHideCells,

  

  goMouseOverCells,

  

  goNoSelEditText,

  

  goRangeSelect,

  

  goRowMoving,

  

  goRowSelect,

  

  goRowSizing,

  

  goRowSorting,

  

  goTabs,

  

  goThemes,

  

  goThemedCells,

  

  goVertLine,

  

  goVirtualGrid

  

);



CT Web help

CodeTyphon Studio