ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
5. Displaying a WEBDEV Session site
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
PopupAnimate (Function)
Displays a popup in a page cell.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Creating a flexible modeling
To create a new flexible modeling, you can......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
9. Generation modes
WINDEV Mobile includes different types of generation......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
fDir (Function)
Finds a file or directory.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
TableMode (Function)
TableMode is kept for backward compatibility.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.