ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Report controls
Several types of controls can be handled in a report created by the report editor......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Creating the Relation windows of a WINDEV RAD pattern
Creating the Table windows of the WINDEV RAD pattern
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Creating the Vision windows of the WINDEV RAD pattern
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
Creating the Form windows of a WINDEV RAD pattern
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.