ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Google Analytics functions
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
Creating nested reports
<sfConnection variable>.Merge (Function)
Merges the Salesforce records (also called Salesforce objects).
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
<Multimedia>.Beginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Creating index keywords
Index keywords allow users to easily find a help page......
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......