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

TCustomGrid.RowSizingCursor

Cursor shape displayed when the row height is resized.

Declaration

Source position: grids.pas line 1284

protected property TCustomGrid.RowSizingCursor : TCursor
  index gcsRowHeightChanging
  read GetSpecialCursor
  write SetSpecialCursor
  default crVSplit;

Description

RowSizingCursor is a TCursor property with the cursor displayed when the vertical size for a row is changed. The default value for the property is defined in the crVSplit constant.

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

Use ColSizingCursor to specify the cursor shape displayed when a column width is resized.

See also

TCustomGrid.ColSizingCursor

  

Cursor shape displayed when a column is resized.

TCustomGrid.MouseDown

  

Handles mouse down events for the grid control.

crVSplit

  

Vertical Split cursor constant (-15).


Version 3.2 Generated 2024-02-25 Home