ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
fCreateLink (Function)
Creates a link on a file at the specified location.
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
Creating the menus for the windows of the WINDEV RAD pattern
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
HClient structure
The HClient structure is used to......
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
Describing a problem to the Free Technical Support
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
MyReport (Reserved word)
MyReport is used to handle the current report...
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
ControlNext (Function)
Returns the name of the next control in input mode.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
XML management: Use example
This application example manages an XML file named "Orders......