ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
Multiline strings
To type character strings over several lines in the code editor...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.