ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Page with parameters
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
15. Repeating a group of controls: loopers
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Handling Organization Chart controls programmatically
13. Types of standard controls
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....