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

TPrefixOption

Indicates if accelerator keys in column titles are handled for a grid.

Declaration

Source position: grids.pas line 169

type TPrefixOption = (

  poNone,

  

Accelerator keys are ignored in the grid column.

  poHeaderClick

  

Accelerator keys emulate a mouse click on the column title.

);