ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the setup program
Two tools can be used to create a setup program......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Query based on query
Queries can be based on items from another query......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
9. Internal component
ReplicAdmin: Overview
Kanban control events
The following events are associated with Kanban controls......
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)......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Properties of a help page
The characteristics of a help page are used to define......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Error 1012: The class member is not global: it cannot be accessed from a global method
Error 4: A space is required after the ':' character
How to use an array of structures?
An array of structures is an Array variable......
Example for creating a select query
This help page explains how to create two select queries......
Binding a Link control to an item
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Copying and cloning
Variables are copied using the "=" operator...