ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AssociatedValue (Property)
The AssociatedValue property is used to get the associated value.
16. Application test in practice
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Virtual (Property)
The Virtual property is used to determine if an element is virtual.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Component diagram
A component diagram shows the physical and static architecture of a system software......
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
<Word Processing>.Insert (Function)
Inserts an object in a Word Processing control. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Font management properties
List of font management properties...
MongoInfo (Function)
Returns information about a MongoDB database.
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Classes, members, methods and properties
A class is made of......
WDMSG license agreement
WDMSG license agreement...
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
WDINT license agreement
WDINT license agreement...
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......