ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
The HTML Display control
The HTML Display control displays a web page in an application......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
11. Managing requirements
The Project Management Hub allows the project manager to manage a development project....
12. Synchronizing data
Query editor
The query editor is used to automatically create queries on the data files......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Compilation options (HLP format)
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).