ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
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....
Move
The Move property determines if an element can be moved.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
16. Application test in practice
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Help system properties
The properties of help system are used to define......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
12. Control templates
WINDEV Mobile allows you to create control templates....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
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....
14. PHP generation in practice
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
<TreeMap>.InfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
Multiline strings
To type character strings over several lines in the code editor...