ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Hourglass (External language)
In french: Sablier
Displays a mouse pointer shaped like an hourglass.
Example
// In C
CALLWD("Hourglass,Yes");
// In Pascal
CALLWD('Hourglass,Yes');
// In VB
call CALLWD("Hourglass,Yes")
Syntax
Hourglass(<Indicator>)
<Indicator>: Character string
Can be set to:
  • "Yes" to display the pointer shaped like an hourglass
  • "No" to restore the initial mouse pointer.
Remarks
  • Hourglass,No is called by default.
  • The hourglass is automatically restored to its initial shape during the call to Screen,Input.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help