ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
DayOfMonth (Property)
The DayOfMonth property gets and sets the number of the day of the month on which the scheduled task should be executed.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
ControlCurrent (Function)
Returns the name of the control currently in edit.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.