ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Multiline Zone control functions
Functions for handling Multiline Zone controls....
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Make calculations easier with the calculator
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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....
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
The planes in WEBDEV
The planes are used to group the controls of an element......
Page templates
WEBDEV allows you to create page templates......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.