ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

J2EE constants
List of constants used by the J2EE functions....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Style of a control
As soon as it is created, a control is associated with a style......
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....
.NET object
To access a class......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Events associated with Button controls
List of events associated with Button controls...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
fSelect (Function)
Opens the Windows file picker.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......