ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fRemoveDir (Function)
Deletes a directory from a disk.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxPause (Function)
Pauses a fax in the spooler.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Factorial (Function)
Returns the factorial of an integer number.
Map control functions
Map control functions...
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
Utility components
WINDEV includes several utility components that allow you to handle data directly......
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fExeDir (Function)
Returns the directory from which the execution is started.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.