ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
Company (Property)
The Company property is used to get and modify the company associated with an element.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
Wrapping (Property)
The Wrapping property is used to get and change the wrapping options of an element.
Quality (Property)
The Quality property is used to get and set the quality level of an element.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
<Element>.ExecuteRefreshUI (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
MinimumLength (Property)
The Property MinimumLength allows you to know and modify the minimum length of an element.
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Events associated with the project
List of events associated with the project...
Creating the windows and the pages of the RAD pattern
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......