ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
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.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
HLogInfo (Function)
Adds comments to the log when saving the operation.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
HTTP constants
List of constants used by the HTTP functions....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
SpreadsheetDeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
User report editor (Reports & Queries)
A report provides a custom view of data......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
SysInstance (Function)
Returns the instance of a module.
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Different types of data (Type of variable)
A variable is defined by name and type......
HDescribeFile (Function)
Describes a data file programmatically.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.