ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
How to create a patch?
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......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Address
The Address keyword can correspond to...
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
HOpenConnection (Example)
Usage example of the HOpenConnection function
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Password (Property)
The Password property sets and changes the password.
User (Property)
The User property is used to identify and change the user of a feature.
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....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
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).
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....