ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart control: "General" Tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels...
Chart control: "Detail" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe...
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations...
<Document variable>.Redo (Function)
Restores the last action canceled on a Document variable.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Upload functions
The following functions are used to manage the upload:...
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
Xaml functions
List of Xaml functions...
<Document>.FindElementByName (Function)
Searches for an element by its name in a Word Processing document.
Browser management functions
List of functions for managing browsers...
DocRedo (Function)
Restores the last undone action on a Word Processing document.
DocUndoCount (Function)
Returns the number of actions that can be undone on a document.
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
<TreeView>.Collapse (Function)
Collapses a branch previously expanded.
TreeCollapse (Function)
Collapses a branch previously expanded.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.