ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Font management properties
List of font management properties...
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
GetTheme (Function)
Gets the current theme of a mobile application.
SysErrorMode (Function)
Modifies the display mode of errors.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
Error 11: The label is unknown
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
8. Optimizing an application
9. Hardware and software requirements
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.