ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
UPNPMediaPlay (Function)
Starts reading the current media on the UPnP device.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<Spreadsheet>.MergeCell (Function)
Merges specified or selected cells in a Spreadsheet control.
SpreadsheetMergeCell (Function)
Merges specified or selected cells in an Spreadsheet control.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
Web Camera control events
The following events appear by default in the WEBDEV code editor:
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.