ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Kanban control events
The following events are associated with Kanban controls......
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
Deployment package
The deployment package creates a ZIP file containing the site's setup......
ReplicAdmin: Overview
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
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....
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.
How to use an array of structures?
An array of structures is an Array variable......
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......
Copying and cloning
Variables are copied using the "=" operator...
ErrorThrow (Function)
Throw a non-fatal error.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Manager of automated tests
The test manager is used to......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
7. Source Code Manager (SCM)
16. Application test in practice