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

TScreen.BeginScreenCursor

Changes the active cursor to the most recent shape in the internal list of cursors.

Declaration

Source position: forms.pp line 1270

public procedure TScreen.BeginScreenCursor;

Description

Calls the BeginTempCursor method using the mouse cursor shape currently assigned to the internal member for the screen.

Use EndScreenCursor to revert the mouse cursor shape to the value on entry to the method.

See also

TScreen.EndScreenCursor

  

Removes the current mouse cursor shape from the internal list, and restores the previous cursor shape.

TScreen.BeginTempCursor

  

Sets the Cursor property to a temporary shape. Use EndTempCursor to release it.

TScreen.EndTempCursor

  

Releases a temporary mouse cursor set with BeginTempCursor.


Version 3.2 Generated 2024-02-25 Home