ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Runtime log
The runtime log is the best way to identify the most used features of an application......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Copying and cloning
Variables are copied using the "=" operator...
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
Handling a Web Component control through programming
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
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......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Automatic error handling
Error handling can be customized for each process......
11. Controls in practice
Discover the main characteristics of the controls...
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
Extern (Reserved word)
EXTERN is used to...