ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing an element
A flexible modeling includes different elements linked together......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Task list
Each project can be associated with a task list......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
Locking data files: correspondence between WINDEV 5.5 and the later versions
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Installing a SOAP server with Apache
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
ChangeAction (Example)
Usage example of ChangeAction
Constants for WLanguage types
List of constants for managing WLanguage types....
HTTPSendForm (Function)
Sends an HTTP form.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
ModbusDisconnect (Function)
Closes the Modbus session.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.