ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Access to SAP
SAP is a widely used ERP......
Functions for managing objects (External language)
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Hash functions
Hashing is used to summarize a file or a character string......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....