ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
HCopyRecord (Example)
Usage example of the HCopyRecord function
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
FaxPause (Function)
Pauses a fax in the spooler.
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
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...
EndProgram (Function)
Ends the execution of the current program.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
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.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
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.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
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.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......