ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
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......
Copying controls from the window editor
The controls can be copied from the window editor......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HDescribeConnection (Function)
Describes a new connection to an external database.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Constants for the Exif functions
List of constants used by the Exif functions....
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
The Static control
A Static control is a control used to display a static text......