ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for manging the replication
List of constants used by the functions for managing the replication....
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Print modes of a report
Several print modes are available for a report....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
grWndSize (Function)
Defines the size of the window containing the chart.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
SysWinShow (Function)
Modifies the display status of a window.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Border management constants
List of constants used by the border management functions....
grTitleFont (Function)
Modifies the font used for the chart title.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...