ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
NumberInWords (Function)
Converts a number to words.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Managing color palettes
Starting with version 2025, WINDEV and WINDEV Mobile include color palettes for projects and windows......
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Sharing the context menus in the project
In most cases, several context menus are included in your applications......
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
VariantConvert (Function)
Converts the value stored in a Variant variable].
Materialized view
...A materialized view is a physical data source defined by an SQL query....