ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
dbgAuditOption (Function)
Retrieves or modifies the options of the dynamic audit.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
StringFormat (Function)
Formats a character string according to the selected options.
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
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...
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
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.