ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
TaskDelete (Function)
Deletes the current task from the task list of a Lotus Notes or Outlook messaging.
TaskAdd (Function)
Adds a task to the task list of a Lotus Notes or Outlook messaging.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Activation key management functions
The following functions are used to manage activation keys:...
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Size (Property)
The Size property is used to determine and change the size of an element.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.