ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
gpwOpen (Function)
Opens the User Groupware login window or page.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
BurnerSelect (Function)
Used to select the default burner.
dCircle (Example)
Usage example of the dCircle function
iParameterPDF (Function)
Defines the options for the generated PDF file.
Debugging constants
List of constants used by the debugging functions...
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
DownloadAdd (Function)
Adds a new download in the device's download manager....
grImageSize (Function)
Defines the size of the image containing the chart.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Creating the menus for the windows of the WINDEV RAD pattern
Error 1014: The access to the member of the class is restricted by a private inheritance
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
dPolygon (Example)
Usage example of the dPolygon function
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
ChangeTarget (Function)
Changes the target of a button action.