ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
ControlClone (Function)
Creates a new control from an existing control.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
End of Document block
The End of document block is run once at the end of the report execution......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
12. Retrieving data from a site
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
7. Window templates
...Window templates...