ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
9. Internal component
Configuring the setup program
Two tools can be used to create a setup program......
Query based on query
Queries can be based on items from another query......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Kanban control events
The following events are associated with Kanban controls......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
ReplicAdmin: Overview
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
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....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
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
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......