ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sfEmptyRecycleBinResult (Type of variable)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
MQTTPublish (Function)
Publishes a message on the MQTT broker.
MQTTUnsubscribe (Function)
Used to unsubscribe from a MQTT notification.
MQTTUnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request to a web service (REST or SOAP).
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Setup in MSI format
You have the ability to create a setup program in MSI standard......
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.