ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PopupAnimate (Function)
Displays a popup in a page cell.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Creating the skin template of a report
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Creating a table in a report
Tables can be created in a report......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Functions for managing menus (prefix syntax)
List of functions for managing menus...
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Validity period of site pages
When creating a page, a validity period can be defined for this page......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......