ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
<Chart>.SaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
Right (Function)
Extracts the last characters from a string or string buffer.
8. Windows in practice
Discover the main actions that can be performed on the windows....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Handling a control through programming in a report
All report controls can be handled through programming......
ERR_CLOSED_PAGE
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
How to create and handle a structure?
This help page explains how to create and handle a structure....
Classes, members, methods and properties
A class is made of......
13. 3-Tier architecture
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Input (Function)
Displays a message allowing the user to type an information.