ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
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......
xlsSave (Function)
Saves an XLS document.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
HMode (Function)
Changes the mode and the method for locking data files.
WinStatus (Function)
Identifies or modifies the window status.
ChangeAction (Example)
Usage example of ChangeAction