ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to manage enumerations programmatically?
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Structure of data files of user groupware
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Operations performed on activity diagrams
The following paragraphs explain......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Operations performed on class diagrams
The following paragraphs explain......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Print the content of your tables
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.