ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Category (Property)
The Category property gets and sets the category of an element.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
ConnectionPoint (Property)
The ConnectionPoint property allows you to handle the connection points of a shape in a Diagram Editor control.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
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......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Code snippets
The code editor allows you to enter "Code snippets"......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.