ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Deploying a WINDEV application
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
grCreate (Function)
Creates a specific type of chart.
Info (Function)
Displays a custom message in a system information window.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Using several libraries in an application
A library is a WDL file that contains all the resources......
Time (Type of variable)
The Time type is used to easily handle the times...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Chart: Managing legends
Several types of legends are supported in the charts......
The different types of windows
The following types of windows can be created in a WINDEV application......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
SocketRead (Function)
Retrieves a message sent by another socket.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Report editor: Available types of reports
Several types of reports can be created in the report editor......