[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.CellHintPriority

Identifies how text is combined to form the Hint property.

Declaration

Source position: grids.pas line 1226

protected property TCustomGrid.CellHintPriority : TCellHintPriority
  read FCellHintPriority
  write FCellHintPriority
  default chpAllNoDefault;

Description

CellHintPriority is a TCellHintPriority that identifies how text is combined to form the Hint property. The default value for the property is chpAllNoDefault. See TCellHintPriority for a description of the enumeration values and their meanings.

CellHintPriority is used in the implementation of the ShowCellHintWindow, MouseMove, and GetTruncCellHintText methods.

See also

TCellHintPriority

  

Represents the cell hint display priorities.

TCustomGrid.ShowCellHintWindow

  

Gets and displays the cell hint(s) for the current cell in the grid.

TCustomGrid.MouseMove

  

Applies a change in the mouse pointer position to the grid control.

TCustomGrid.GetTruncCellHintText

  

Gets the truncated version of the hint for the cell at the specified position.


Version 3.2 Generated 2024-02-25 Home