ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Handling a control through programming in a report
All report controls can be handled through programming......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Common project
Projects are often cross-platform......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......