[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates how accelerator keys in column titles are handled for a grid control.
Source position: grids.pas line 174
type TPrefixOption = ( |
||
poNone, |
|
Accelerator keys are ignored in the grid column. |
poHeaderClick |
|
Accelerator keys emulate a mouse click on the column title. |
); |
TPrefixOption is the type used to implement the PrefixOption property in TGridColumnTitle.
|
Indicates if accelerator keys are used in the column title. |
Version 4.0 | Generated 2025-05-03 | Home |