ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)...
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
WINDEV and the SOAP protocol
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
On/Off button in a window
The on/off button is a button that operates like a check box......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
The Site Map control
The Site Map control allows the Web user to......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
XLS file handling functions
List of functions for managing XLS files...
The Multimedia control
The Multimedia control is used to play multimedia files......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Testing a project: setting
By testing the project you can simulate how the application will run......