ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
HDescribeLink (Function)
Describes a link between two data files through programming.
dPoint (Example)
Usage example of the dPoint function
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
DDEString (Example)
Usage example of the DDEString function
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Print constants
List of constants used by the print functions....
8. Sharing a project in practice
Installing a Webservice (old format)
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
SocketConfigure (Function)
Configures the use of Socket functions.
WEBDEV license agreement
WEBDEV license agreement...
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
NotificationDisplay (Function)
Displays a message outside the browser.
NetGetFile (Example)
Usage example of the NetGetFile function
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property