ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Pinned area on a page: fixed area on screen (Fixed)
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Rights on the virtual directory
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
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.
ListProcedureLoadImage (Function)
Specifies the procedure to be called when displaying a row in a ListView control. This makes it possible to display an image dynamically, rather than loading an image from disk.
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......