ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
State (Property)
The State property is used to get and change the state of an element.
Materialized view
...A materialized view is a physical data source defined by an SQL query....
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
HFSQL constants
List of constants used by the HFSQL functions....
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
HDelete (Function)
Deletes a record from a table (query or view).
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
The Multimedia control
The Multimedia control is used to play multimedia files......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.