ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
ERR_NO_WDADMIN
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
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......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
ReplicAdmin: Overview
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
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......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
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
How to use an array of structures?
An array of structures is an Array variable......