Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.Paste
Pastes text from clipboard.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 7.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "WebView.Paste"; WebViewerRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. |
Result
Returns OK or error.
Description
Pastes text from clipboard.This is like choosing the menu command to paste, but without using the menu.
Examples
Paste content of clipboard to web viewer:
Set Variable [ $r ; Value: MBS("WebView.Paste"; "web") ]
See also
Release notes
- Version 7.4
Example Databases
Blog Entries
This function checks for a license.
Created 11st August 2017, last changed 26th December 2019
