ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
System constants
List of constants used by the system functions....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Discover all the possibilities of pivot tables
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
Constants for the geo-localization functions
Constants used by the geo-localization functions...
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
FTP constants
List of constants used by the FTP functions....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.