ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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: wd300android.jar
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help