Maptitude GISDK Help |
Restores the system pointer to the type previously used.
ResetCursor()
The SetCursor() and ResetCursor() functions should be called in pairs, since each call to ResetCursor() restores the cursor to its state before the previous SetCursor() call.
SetCursor("Hourglass")
RunMacro("my macro") // Hourglass displays while the macro runs...
ResetCursor()
Error Type |
Meaning |
NotFound |
There was no previous call to SetCursor. |
Function |
Summary |
Sets the system pointer to one of several predefined options |
©2025 Caliper Corporation | www.caliper.com |