ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deployment package
The deployment package creates a ZIP file containing the site's setup......
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Creating the Relation pages of a WEBDEV RAD pattern
Items used in a select query
A query created in the query editor can contain several types of items......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Custom tooltips
Tooltips are very useful for application users......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
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......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min