[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Cursor property.
Source position: controls.pp line 1289
protected procedure TControl.SetCursor( |
Value: TCursor |
); virtual; |
Value |
|
New value for the Cursor property. |
Calls Perform to send a CM_CURSORCHANGED control message to the processing loop when the member for the property is updated.
|
The shape of the mouse pointer, when the mouse is over this control. |
|
|
Direct call of an message handler, bypassing the message queue. |
|
|
Handles the CM_CURSORCHANGED message for the control. |
lazarus-ccr.sourceforge.net |