ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Installing a SOAP server with Netscape iPlanet 4.1
Error (Function)
Displays a custom error message in a system error window.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
HDescribeConnection (Function)
Describes a new connection to an external database.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Push notification
A mobile device can receive push notifications......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.