ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Border (Type of variable)
The Border type is used to handle a border through programming...
Composite keys
A composite key is a key item containing several other items......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Starting WDOptimizer in a command line
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Execute (Function)
Starts the execution of a process through programming.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The HTML control
The HTML control displays HTML pages or HTML code......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
WDDeploy features
WDDeploy can be used to......
fSelect (Function)
Opens the Windows file picker.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min