ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing the robot controller
The monitoring robot includes three executables......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
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......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Enumeration (Type of variable)
An enumeration is a set of values......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
WebSocket functions (prefix syntax)
List of functions specific to WebSocket servers...
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
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....
WindowFromSource (Function)
Automatically initializes the controls of a window 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....
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......