ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Extern (Reserved word)
EXTERN is used to...
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
fStopCompress (Example)
Usage example of the fStopCompress function
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
HCreateMovableReplica (Function)
Creates a movable replication.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Creating the Relation pages of a WEBDEV RAD pattern
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
zipExtractPath (Example)
Usage example of the zipExtractPath function
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
fRead (Example)
Usage example of the fRead function
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......