class cursor

superclass(es) object
subclass(es) -
description The cursor class can be used for loading of cursor resources.

tasks

The cursor class has different methods for loading cursor resources, the load/2 method can load cursor resources from the executable file and the other methods load system defined cursors.

methods

load(Name, Output)

func Load a cursor from the executable file.
pre The Name variable must contain the name of the cursor.
post If the cursor was successfully loaded then Output was assigned true, else it was assigned false.

standard(Output)

func Determine if the current loaded cursor is a system cursor or a cursor from the executable file.
pre TRUE.
post If the cursor is a system cursor then Output was assigned true, else it was assigned false.

loadArrow

func Load the system arrow cursor.
pre TRUE.
post The system arrow cursor was loaded.

loadCross

func Load the system cross cursor.
pre TRUE.
post The system cross cursor was loaded.

loadWait

func Load the system wait cursor.
pre TRUE.
post The system wait cursor was loaded.

loadTextBeam

func Load the system text beam cursor.
pre TRUE.
post The system text beam cursor was loaded.