ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
J2EE constants
List of constants used by the J2EE functions....
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.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
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......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......