ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Handling menu options programmatically
The menu options can be handled......
Animating a Static control
Two methods can be used to animate a Static control......
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
Error 1018: The method is global: use the: operator: to access it
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
Android Widget windows
An Android application can contain one or more Widget windows......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Principle for running threads
At runtime, an application runs in a main thread......
HChangeConnection (Example)
Usage example of the HChangeConnection function