ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
DateModified (Property)
The DateModified property is used to get the modification date of an element.
Column
The Column property is used to manipulate one or more columns.
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
Constant
The constants are language elements whose value is fixed once and for all...
URL (Property)
The URL property is used to get and change a URL.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Version (Property)
The Version property is used to get and change the version of an element.
Exist (Property)
The Exist property is used to determine if an element exists.
Point
The Point keyword is used to manage a point...
UUID (Property)
The UUID property is used to get the identifier of an element.
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
Row (Property)
The Row property is used to manipulate one or more rows.
Cell (Property)
The Cell property is used to manipulate one or more cells.
Line (Property)
The Line property is used to define the line style used.
Path (Property)
The Path property gets and sets a path.
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
Diagram management functions
Diagram management functions...
Source (Property)
The Source property is used to get and change the source of an element.
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....