ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism.
Points to consider if your customers use Windows Vista (and later)
Windows Vista (and later) proposes several improvements...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
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.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
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.
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.
Managing assertions
...The main available features are as follows:...
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.
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).