ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Print functions
List of print functions...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....