ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
PageFromSource (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
4. Create a page in the editor...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Make calculations easier with the calculator