ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
IsEven (Function)
Identifies an even number.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
LanguageToName (Function)
Returns the name of a language.
Max (Function)
Returns the greatest value passed as parameter.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
InJavaMode (Function)
Indicates whether the code is run in Java.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
InServiceMode (Function)
Indicates whether the code is run in a service.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).