ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Find/Replace in the current project
The "Find/Replace" feature is used to......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Time (Type of variable)
The Time type is used to easily handle the times...
HRead (Function)
Reads a record in a file according to a given record number.
Creating the Vision windows of the WINDEV RAD pattern
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
<mongoCollection variable>.Add (Function)
Adds one or more documents into a collection of MongoDB database.
EnumElement (Example)
Usage example of the EnumElement function
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
Options of the window editor
To configure the general options of the window editor......
PageDisplay (Function)
Displays a web page in the user's browser....
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
ComponentInfo (Example)
Usage example of the ComponentInfo function
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
gLine (Function)
Builds a sequence of characters containing a line.
gClickableLink (Function)
Adds a clickable link in a graphic string.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
User (Property)
The User property is used to identify and change the user of a feature.
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......