ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
CallDLL32 (Example)
Usage example of the CallDLL32 function
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Help system properties
The properties of help system are used to define......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Configuring the SOAP administrator
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
iDestination (Function)
Configures the print destination.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
iParameterViewer (Function)
Configures the report viewer.
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
URIGetInfo (Function)
Retrieves information of a URI resource.
Compilation options (chm format)
SQLTransaction (Example)
Usage example of the SQLTransaction function