ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Constants for managing certificates
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......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
The Check Box control
A Check Box can correspond to......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
WDINT license agreement
WDINT license agreement...
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
SaaS constants
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......