ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Internal Page properties
List of WLanguage properties associated with Internal Page controls...
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Cell control properties
List of properties associated with the Cell control...
Thumbnail control properties
List of properties associated with the Thumbnail control...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
15. Cookies: information stored on the end user's computer
Creating anchors
The anchors are used to define specific points in a help page......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
4. When to use the debugger?
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.