ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
<Unicode string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
<Unicode string>.RegexReplace (Function)
Replaces all the parts of a string that match a specific format.
<ANSI string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Time management
For each element (windows, reports, ......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
XML functions (prefix syntax)
List of XML functions...
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....