[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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.

);

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