ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
HSL (Function)
Creates a color from its hue, saturation and lightness.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
HTTPRequest (Function)
Starts an HTTP request on a server.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
EmailReadNext (Example)
Usage example of the EmailReadNext function
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
Telephony: Managing outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Programming table fields linked to a table
This page explains how to program data-bound Table controls......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
NetworkUser (Function)
Identifies the name of the connected user.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Report viewer: Copying text
The report viewer allows you to copy text from the report and paste it to a file in another application......
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
FTPDateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol).
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
HIndex (Function)
Rebuilds the file index (".NDX" file).
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....