ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
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
TotalNbChildren (Property)
The TotalNbChildren property returns the total number of children in a branch: of a Treeview control, of a TreeView Table control....
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......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
LooperSelectPlus (Function)
Selects a row in a Looper control.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
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.