ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
HOpenConnection (Function)
Opens a connection to a specific database.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Automatic error handling
Error handling can be customized for each process......
iParameterViewer (Function)
Configures the report viewer.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
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).
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
Sorts in a report
The sort is used to organize the information displayed in the report......