ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming patterns
CAUTION......
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
OriginWaypoint (Property)
The OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
TableMode (Function)
TableMode is kept for backward compatibility.
PDFToText (Function)
Extract the text contained in an Document PDF.
NextTitle (Function)
Modifies the title of next window to open.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
7. Multilingual applications in practice
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Recompiling the project
The project compilation is a process used to......
Native Sybase Connector for WINDEV and WEBDEV 2024
3. Application development cycle
Development cycle of a WINDEV application....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
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......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
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....