ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OpenSister (Function)
Opens a non-modal sibling window.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HPass (Function)
Defines the password used to create or open a data file.
HCheckStructure (Function)
Defines the mode for comparing data files.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
beaconGroup (Variable type)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
sfLeadConvert (Variable type)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
iCreateFont (Function)
Creates a new print font.
fbSession (Variable type)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......