ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Token functions
Token functions in "Text token" Edit controls....
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Common project
Projects are often cross-platform......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Token management functions (prefix syntax)
Token management functions in "Text token" Edit controls....
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
hScheduledTask (Variable type)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
Overview
Overview of the different operators...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......