ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
<Tab>.LoadConfiguration (Function)
Restores the configuration of dynamic tabs in a Tab control.
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
ERR_BAD_URL
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
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.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Filling a Chart control
The data that will be displayed in the Chart control can come from......