ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PanelActivate (Function)
Activates a panel when several panels are docked together.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<docFragment variable>.InsertTable (Function)
Replaces the specified fragment with a table.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
Constants for managing videos
List of constants used by the functions for video management....
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Calendar functions
List of Calendar functions...
<TreeView>.CollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
<Treeview>.ItemStatus
Returns the status of a node: collapsed, expanded or not found.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
DocPrint (Function)
Prints a document in "docx" format.
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.