Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.GetForm
Returns the name of the form with the given index.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 1.6 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "WebView.GetForm"; WebViewerRef; Index ) More
Parameters
Parameter | Description | Example |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | |
Index | The index of the form to query. From 0 to WebView.GetFormCount-1. |
0 |
Result
The name of the form or an empty string.
Description
Returns the name of the form with the given index.See also
- WebView.FindByName
- WebView.GetFormattedText
- WebView.GetFormCount
- WebView.GetFormValue
- WebView.GetHTMLText
- WebView.GetIcon
- WebView.GetSource
- WebView.GetURL
- WebView.SetFocus
- WebView.setZoom
Release notes
- Version 10.1
- Added handing of Strikethrough text attribute for styled text conversion from NSAttributedString to FileMaker. Affects WebView.GetFormattedText, Clipboard.GetStyledText, RichText.FormattedText and other functions.
- Version 8.2
- Implemented WebView.GetFormattedText, WebView.CopyFormattedText and RichText.ReadWebviewer for iOS and FileMaker 16.
This function checks for a license.
Created 18th August 2014, last changed 23th February 2018