[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the cell hint display priorities.
Source position: grids.pas line 173
type TCellHintPriority = ( |
||
chpAll, |
|
Uses all hints (control and cell hints) including short and long display text values. |
chpAllNoDefault, |
|
Uses all hints except the default hint for the grid control. |
chpTruncOnly |
|
Uses the truncated cell hint text. |
); |
A grid control can display three types of hint: the default hint (in the Hint property), individual cell hints (using the OnCellHint event), and hints for truncated cells. TCellHintPriority determines how the hint text is determined when multiple hint text values are available for display.
lazarus-ccr.sourceforge.net |