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

TCustomGrid.ColSizingCursor

Cursor shape displayed when a column is resized.

Declaration

Source position: grids.pas line 1232

protected property TCustomGrid.ColSizingCursor : TCursor
  index gcsColWidthChanging
  read GetSpecialCursor
  write SetSpecialCursor
  default crHSplit;

Description

ColSizingCursor is a TCursor property with the cursor displayed when the horizontal size for a column is changed. The default value for the property is defined in the crHSplit constant.

It is displayed when a mouse down event causes the grid cursor state to be changed to the value gcsColWidthChanging.

Use RowSizingCursor to specify the cursor shape displayed when a row height is changed.

See also

TCustomGrid.RowSizingCursor

  

Cursor shape displayed when the row height is resized.

TCustomGrid.MouseDown

  

Handles mouse down events for the grid control.

crVSplit

  

Horizontal Splitter cursor constant (-14).


Version 3.2 Generated 2024-02-25 Home