ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HMode (Function)
Changes the mode and the method for locking data files.
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
How to perform a full file browse?
grParameter (Function)
Retrieves or modifies a chart parameter.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
System constants
List of constants used by the system functions....
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
Find/Replace in the current project
The "Find/Replace" feature is used to......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
SQLFirst (Function)
Positions on the first row of the query result.
PermissionRequest (Function)
Prompts the user to grant an application permission.
FolderData (Function)
FolderData is kept for backward compatibility.
SQLConnect (Example)
Usage example of the SQLConnect function