ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

String functions
List of functions for managing character strings...
Telephony constants
List of constants used by telephony functions...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Different types of data (Type of variable)
A variable is defined by name and type......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
iFont (Function)
Selects the default font.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
iVLine (Function)
Prints a vertical line at specified coordinates.
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
What is an application?
An application is a set of objects (windows, controls, ......