ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDScript: use in command-line and console mode
The Accessibility property gets and sets the accessibility properties of a control....
<Polygon2D variable>.Area (Function)
Calculates the area of a polygon defined using 2D coordinates.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HaspHLLogout (Function)
Closes the connection of the application to a Hasp key.
HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
Functions for managing pages (prefix syntax)
List of functions for managing pages (prefix syntax)...
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
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.
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).
PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
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.
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).