ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
Commands of the external interface
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
1. What is a website?
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Functions for managing objects (External language)
Managing space characters in the searches?
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......