ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
ERR_NO_CURRENT_PAGE
Extracting messages added or modified since last extraction
A project was already created and translated......
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Generating a class diagram
The generation is used to create the WINDEV classes ("......
WinChangeAlias (Function)
Modifies the alias of a window.
ERR_BAD_VERSION_RQS
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Error 809: The * character cannot be used as mandatory parameter in a function
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.