ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinFutureVal (Example)
Usage example of the FinFutureVal function
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
8. Optimizing an application
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
Compile (Example)
Usage example of the Compile function
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Page constants
List of constants used by page functions....
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Generating the RAD pattern
To generate a RAD pattern:...
eCurrencyName (Function)
Returns the caption of a currency.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
CurrentWin (Function)
Identifies the window currently in edit.