ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to Progress ......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
nfcTag (Variable type)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
mongoDatabaseInfo (Variable type)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SOAPRun (Function)
Runs a procedure on a SOAP server.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Connection (Variable type)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Classes, members, methods and properties
A class is made of......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
IF statement
The conditional IF statement allows you to run an action according to a condition...
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.