ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
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....
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).
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
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....
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....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
8. Optimizing an application
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
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
FinFutureVal (Example)
Usage example of the FinFutureVal function
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.
eCurrencyName (Function)
Returns the caption of a currency.
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.