ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
MemSort (Function)
Sorts the elements found in a memory zone.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Advanced types
The advanced types of WLanguage are as follows...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Events associated with supercontrols
List of events associated with supercontrols...
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
ControlClone (Function)
Creates a new control from an existing control.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Customizing the report viewer: Available windows
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.