ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Designing a supercontrol
A supercontrol is an advanced type of control......
NumberInWords (Function)
Converts a number to words.
15. Project Management Hub
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....