ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
PythonExecute (Function)
Executes a function present in a Python module.
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....
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
Supercontrol
A supercontrol is an advanced type of control......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
2. WEBDEV administrator in practice
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
GrantType (Property)
The GrantType property gets the grant types available.
Specific features of the Express version
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
13. Generation modes
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...