ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Upload control events
The following processes are associated with the Upload control:...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.