ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
fWrite (Example)
Usage example of the fWrite function
Find/Replace in the current project
The "Find/Replace" feature is used to......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Decode (Function)
Decodes a character string that was encoded by Encode.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
dBackground (Example)
Usage example of the dBackground function
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
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....
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
Properties associated with the options of a Switch control
Image (Property)
The Image property gets and sets the background image of a control or block.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Constants for the geo-localization functions
Constants used by the geo-localization functions...
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
NET constants
List of constants used by the DotNet functions....
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......