ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
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....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
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.
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....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
HSL (Function)
Creates a color from its hue, saturation and lightness.
StatVariance (Function)
Calculates the variance for a series of values.
14. PHP generation in practice
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server....
ChangeAction (Example)
Usage example of ChangeAction
Locking data files: correspondence between WINDEV 5.5 and the later versions
Describing an element
A flexible modeling includes different elements linked together......
Installing a SOAP server with Apache