ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLNext (Function)
Positions on the next row of the query result.
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Creating the Table windows of the WINDEV RAD pattern
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Display (External language)
Displays a value in a control or assigns a value in a variable.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Using .NET assemblies in a project
To use .NET assemblies in a project......
5. Site test in practice
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......