ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Managing the runtime errors
Some errors may occur in your application......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Query and project
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
Error 1003: The element does not exist in the class
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Google Analytics functions
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
<sfConnection variable>.Merge (Function)
Merges the Salesforce records (also called Salesforce objects).
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......