ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
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, ......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Designing a supercontrol
A supercontrol is an advanced type of control......
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......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
<TreeView>.Modify (Function)
Modifies an element (node or leaf) in a TreeView control.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
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......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....