ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
Push (Function)
Pushes an element onto the stack.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
2. Examples and components provided with WEBDEV
The Edit control
The Edit control allows users to enter data......
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
WEBDEV concepts
ERR_NO_PROJECT
ERR_BAD_URL
Overview of external languages
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Port (Property)
The Port property is used to identify and change a server connection port.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......