ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InJavaMode (Function)
Indicates whether the code is run in Java.
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.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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...
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.
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.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.