ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
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.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
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....
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
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).
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
CurrentWin (Function)
Identifies the window currently in edit.