ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
LanguageToName (Function)
Returns the name of a language.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
How to create a patch?
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.