ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailMsgError (Function)
Returns the message corresponding to the error identifier.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
iPrintReport (External language)
Prints a report created with the report editor.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Constants for managing animations
List of constants used by the functions for managing the animations...
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
Events associated with TreeView controls
List of events associated with TreeView controls...
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
Conversion (Function)
Converts a value from a unit to another one.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Associative array (Type of variable)
An associative array is an "advanced" type of array...