[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TWidget.Cursor

Specifies the image used to represent the mouse pointer when it passes into the region covered by the widget.

Declaration

Source position: widget.inc line 234

protected property TWidget.Cursor: TFCursor
  read FCursor
  write FCursor
  default crDefault;

Description

Change the value of Cursor to provide feedback to the user when the mouse pointer enters the widget. The value of Cursor is the enumerated type of the cursor in the set of cursors maintained by fpGFX (fpGFXBase unit).