ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Oracle Connector for WINDEV and WEBDEV
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Native SQL Server Connector for WINDEV and WEBDEV 2024
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
Setup directory
The setup wizard allows you to configure the setup directory of application....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Component (Property)
The Component property configures the different components of a composite key.