ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
xlsSave (Function)
Saves an XLS document.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
PDFToText (Function)
Extracts text from a PDF file.
Multitask (Function)
The Multitask function allows you to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Notification Push: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
ThreadMode (Function)
Changes the management mode of threads.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
zipDeleteAll (Function)
Deletes all files from an archive.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static Text control found in a window. of a Static Text control found in a report....
HFSQL properties
List of HFSQL properties...
mongoCollectionOption (Variable type)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
ReplicSynchro: How to use
The stress tests are used to check......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.