ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
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.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
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.
Functions for managing objects (External language)
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
OrgInfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
StyleID (Property)
The StyleID property is used to get and change the identifier of the style associated with an element.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
IndentFirstLine (Property)
The IndentFirstLine property is used to get and change the indent of the first line of an element.
<Organization Chart>.InfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.