ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
ProjectInfo (Function)
Returns specific information about the project currently run.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
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.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
Managing assertions
...The main available features are as follows:...
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
fFileExist (Function)
Checks the existence of an external file.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
BurnerList (Function)
Returns the list of burners installed on the current computer.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
InJavaMode (Function)
Indicates whether the code is run in Java.
Power (Function)
Raise a number to a power.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
ThreadCurrent (Function)
Returns the name of the thread currently run.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
LooperCount (Function)
Returns the number of rows in a Looper control.
ControlCurrent (Function)
Returns the name of the control currently in edit.
TimeValid (Function)
Checks the time validity.
DateToDay (Function)
Returns the day that corresponds to a given date.
fCreate (Function)
Creates an external file.