ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the Project Management Hub
The Project Management Hub allows you to configure......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
5. Deploying a dynamic site (Session or AWP) in practice
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Environment of code editor
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Handling report blocks
The different operations available on report blocks are as follows......
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Installing a Webservice (old format)
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......