ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
TaskAdd (Function)
Adds a task to the task list of a Lotus Notes or Outlook messaging.
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.
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:...
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
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....
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
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.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
PageDisplay (Function)
Displays a web page in the user's browser....