ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
".STY" file: "Style sheet" file
A style sheet is a "......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
SocketConnect (Function)
Connects a client computer to a given socket.
WDINT license agreement
WDINT license agreement...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Comparison operators
The comparison operators can be divided into several categories......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HExecuteProcedure (Function)
Runs a stored procedure.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
SQLChangeConnection (Function)
Modifies the current connection.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Input (Function)
Displays a message allowing the user to type an information.