ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
The HTML control
The HTML control displays HTML pages or HTML code......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
grGridlines (Function)
Displays or hides the chart gridlines.
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
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.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
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....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
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......