ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Shared memory area constants
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
Table,Add (External language)
Adds an element to a Table control.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
Report editor: Available types of reports
Several types of reports can be created in the report editor......
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....
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
GglDelete (Function)
Deletes data from the Google server.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.