ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
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)......
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Events associated with Table controls
List of events associated with Table controls...
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
TreeView Table control properties
List of properties associated with the TreeView Table control...
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Static control properties
List of properties associated with a Static control...
Events associated with a Spreadsheet control
Events associated with Shape controls
List of events associated with Shape controls...
DurationToString (Function)
Converts a duration to a character string in the specified format.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......