ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone 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
Switches the LED (Light-Emitting Diode) of the device off. This LED must have been switched on by LEDSwitchOn.
Caution:
  • The device must be equipped with a LED.
  • This function has no effect in the simulator or in the emulator.
Example
// Switch on the diode in red during 10 second
LEDSwitchOn(LightRed, 1000)
 
// Turn off LED
LEDSwitchOff()
Syntax
LEDSwitchOff()
Component: wd290android.jar
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help