ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Move
The Move property determines if an element can be moved.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
iPageEnd (Function)
Forces the move to the next page during the report print.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
Bar code constants
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
iPrintReport (Function)
Prints a report created with the report editor.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
19. Upload: Sending files to the server
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Description window of a combining query
The description window of a combining query consists of several sections......
13. 3-Tier architecture
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Materialized view
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....