Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
New in version 2.7
| Item | Details |
|---|---|
| CURL.AddInputFile Adds input to file data from the container value. | All |
| CURL.AddInputJPEG Adds input to JPEG data from the container value. | All |
| CURL.AddInputPNG Adds input to PNG data from the container value. | All |
| CURL.AddInputText Adds input data for this transfer to be the text you provide. | All |
| CoreLocation.ClearFailHandler Clears the script called for errors. | Mac/iOS |
| CoreLocation.ClearUpdateLocationHandler Clears the script called for new location. | Mac/iOS |
| CoreLocation.SetFailHandler Sets the script called when CoreLocation wants to report an error. | Mac/iOS |
| CoreLocation.SetUpdateLocationHandler Sets the script called when a new location has been detected. | Mac/iOS |
| CoreLocation.altitude The altitude measured in meters. | Mac/iOS |
| CoreLocation.course Returns the direction in which the device is traveling. | Mac/iOS |
| CoreLocation.description Returns the location data in a formatted text string. | Mac/iOS |
| CoreLocation.desiredAccuracy The desired accuracy of the location data. | Mac/iOS |
| CoreLocation.distanceFilter The minimum distance (measured in meters) a device must move laterally before an update event is generated. | Mac/iOS |
| CoreLocation.distanceFromLocation Returns the distance (in meters) from the receiver's location to the specified location. | Mac/iOS |
| CoreLocation.headingAvailable Returns a Boolean value indicating whether the location manager is able to generate heading-related events. | Mac/iOS |
| CoreLocation.horizontalAccuracy The radius of uncertainty for the location, measured in meters. | Mac/iOS |
| CoreLocation.latitude Returns the geographical coordinate information. | Mac/iOS |
| CoreLocation.locationServicesEnabled Returns a Boolean value indicating whether location services are enabled on the device. | Mac/iOS |
| CoreLocation.longitude Returns the geographical coordinate information. | Mac/iOS |
| CoreLocation.purpose An application-provided string that describes the reason for using location services. | Mac/iOS |
| CoreLocation.setDesiredAccuracy Sets the desired accuracy of the location data. | Mac/iOS |
| CoreLocation.setDistanceFilter Sets the minimum distance (measured in meters) a device must move laterally before an update event is generated. | Mac/iOS |
| CoreLocation.setPurpose Sets the application-provided string that describes the reason for using location services. | Mac/iOS |
| CoreLocation.significantLocationChangeMonitoringAvailable Returns a Boolean value indicating whether significant location change tracking is available. | Mac/iOS |
| CoreLocation.speed The instantaneous speed of the device in meters per second. | Mac/iOS |
| CoreLocation.startMonitoringSignificantLocationChanges Starts the generation of updates based on significant location changes. | Mac/iOS |
| CoreLocation.startUpdatingLocation Starts the generation of updates that report the user's current location. | Mac/iOS |
| CoreLocation.stopMonitoringSignificantLocationChanges Stops the delivery of location events based on significant location changes. | Mac/iOS |
| CoreLocation.stopUpdatingLocation Stops the generation of location updates. | Mac/iOS |
| CoreLocation.timestamp Returns the time at which this location was determined. | Mac/iOS |
| CoreLocation.verticalAccuracy Returns the accuracy of the altitude value in meters. | Mac/iOS |
| DragDrop.GetEmailAccount Returns account name of the specified email message. | Mac only |
| DragDrop.GetEmailCount Returns number of emails received from Apple Mail app. | Mac only |
| DragDrop.GetEmailID Returns subject of the specified email message. | Mac only |
| DragDrop.GetEmailMailbox Returns mailbox name of the specified email message. | Mac only |
| DragDrop.GetEmailSubject Returns subject of the specified email message. | Mac only |
| Encryption.DecryptAES Decrypts data with AES engine in CBC mode. | All |
| Encryption.DecryptBlowfish Decrypts data with Blowfish engine in CFB64 mode. | All |
| Encryption.EncryptAES Encrypts data with with AES engine in CBC mode. | All |
| Encryption.EncryptBlowfish Decrypts data with Blowfish engine in CFB64 mode. | All |
| FileDialog.GetAllowMulti Queries whether multiple selection is allowed. | Mac/Win |
| FileDialog.GetCanSelectHiddenExtension Returns a Boolean value that indicates whether the panel allows the user to hide or show extensions. | Mac only |
| FileDialog.GetInitialDirectory Queries the initial directory. | Mac/Win |
| FileDialog.GetMessage Returns the message displayed in the save panel. | Mac/Win |
| FileDialog.GetNameFieldLabel Returns the string displayed in front of the filename text field. | Mac/Win |
| FileDialog.GetNameFieldStringValue Returns the user-editable filename currently shown in the name field. | Mac/Win |
| FileDialog.GetPath Queries the native path with the given index. | Mac/Win |
| FileDialog.GetPathCount Queries number of file paths available. | Mac/Win |
| FileDialog.GetPrompt Queries current prompt text. | Mac/Win |
| FileDialog.GetResolvesAliases Returns whether the panel resolves aliases. | Mac/Win |
| FileDialog.GetShowHidden Returns whether the panel displays files that are normally hidden from the user. | Mac/Win |
| FileDialog.GetTreatsFilePackagesAsDirectories Whether the panel displays file packages as directories. | Mac only |
| FileDialog.GetWindowTitle Returns the title of the panel. | Mac/Win |
| FileDialog.OpenFileDialog Shows dialog to select a file. | Mac/Win |
| FileDialog.Reset Resets all options to default values. | Mac/Win |
| FileDialog.SaveFileDialog Shows dialog to select where to save a file. | Mac/Win |
| FileDialog.SelectFolderDialog Shows dialog to select a folder. | Mac/Win |
| FileDialog.SelectItemDialog Shows dialog to select either file or folder. | Mac/Win |
| FileDialog.SetAllowMulti Sets whether multiple selection is allowed. | Mac/Win |
| FileDialog.SetCanSelectHiddenExtension Sets whether the panel allows the user to hide or show extensions. | Mac only |
| FileDialog.SetInitialDirectory Sets the initial directory. | Mac/Win |
| FileDialog.SetMessage Sets the message text displayed in the panel. | Mac/Win |
| FileDialog.SetNameFieldLabel Sets the text displayed in front of the text field. | Mac/Win |
| FileDialog.SetNameFieldStringValue Sets the filename in the name field to the specified value. | Mac/Win |
| FileDialog.SetPrompt Sets the prompt of the default button. | Mac/Win |
| FileDialog.SetResolvesAliases Sets whether the panel resolves aliases. | Mac/Win |
| FileDialog.SetShowHidden Specifies whether the panel displays files that are normally hidden from the user. | Mac/Win |
| FileDialog.SetTreatsFilePackagesAsDirectories Sets the panel's behavior for displaying file packages (for example, MyApp.app) to the user. | Mac only |
| FileDialog.SetWindowTitle Sets the title of the dialog. | Mac/Win |
| Files.AppPath Returns the path to the main executable for this FileMaker solution. | All |
| Files.CreateDirectory Creates a directory. | All |
| Files.DirectoryExists Checks whether a directory exists with the given path. | All |
| Files.FileExists Checks whether a file exists with the given path. | All |
| Files.FileSize Queries file size. | All |
| Files.ItemExists Checks whether a item exists with the given path. | All |
| Files.Launch Launches the file. | Mac/Win |
| Files.LaunchFile Launches the file. | Mac/Win |
| Files.RevealFile Reveals the file/folder in the shell. | Mac/Win |
| Hash.MD5 Calculated MD5 hash of given text. | All |
| Hash.SHA512 Calculated SHA-512 hash of given text. | All |
| Icon.ClearIcon Clears the custom icon for the file or directory at the specified path. | Mac only |
| Icon.SetIcon Sets the icon for the file or directory at the specified path. | Mac only |
| JSON.AddFalseToObject Adds a new entry to the object with the given name and a boolean false value. | All |
| JSON.AddItemToArray Adds an item to an array. | All |
| JSON.AddItemToObject Adds a new entry to the object with the given name and value. | All |
| JSON.AddNullToObject Adds a new entry to the object with the given name and a null value. | All |
| JSON.AddNumberToObject Adds a new entry to the object with the given name and value. | All |
| JSON.AddStringToObject Adds a new entry to the object with the given name and value. | All |
| JSON.AddTrueToObject Adds a new entry to the object with the given name and a boolean true value. | All |
| JSON.Compact Returns compact unformatted JSON for the given JSON text. | All |
| JSON.CreateArray Creates new array. | All |
| JSON.CreateBool Creates boolean JSON node. | All |
| JSON.CreateDoubleArray Creates a new JSON with a double array with given values. | All |
| JSON.CreateFalse Creates a boolean node with false value. | All |
| JSON.CreateNull Creates a new NULL entry. | All |
| JSON.CreateNumber Creates a new JSON encoded number. | All |
| JSON.CreateObject Creates a new empty object node. | All |
| JSON.CreateString Creates a string node with given text. | All |
| JSON.CreateStringArray Creates a new JSON with a string array with given values. | All |
| JSON.CreateTrue Creates a boolean node with true value. | All |
| JSON.DeleteItemFromArray Deletes an item from an array. | All |
| JSON.DeleteItemFromObject Deletes item from an object. | All |
| JSON.GetArrayItem Queries entry from array with given index. | All |
| JSON.GetArraySize Queries the number of array entries. | All |
| JSON.GetDoubleValue Queries a floating point value of the JSON node. | All |
| JSON.GetIntegerValue Queries integer value of the JSON node. | All |
| JSON.GetObjectItem Queries named item from an object. | All |
| JSON.GetStringValue Queries string value of the JSON node. | All |
| JSON.GetType Queries type of json object. | All |
| PDFKit.GetPDFPageFormattedText Queries the styled text of a page in a PDF document. | Mac/iOS |
| PDFKit.Watermark Adds a watermark to a page. | Mac/iOS |
| Preferences.GetValue Queries preferences value. | Mac/Win/iOS |
| Preferences.SetValue Sets preferences value. | Mac/Win/iOS |
| WebDownloadDelegate.Cancel Cancels download. | Mac only |
| WebDownloadDelegate.ClearBeginDownloadHandler Clears the script called for beginning downloads. | Mac only |
| WebDownloadDelegate.ClearDidDownloadHandler Clears the script called for finished downloads. | Mac only |
| WebDownloadDelegate.ClearFailHandler Clears the script called for failed downloads. | Mac only |
| WebDownloadDelegate.ClearProgressHandler Clears the script called for download progress. | Mac only |
| WebDownloadDelegate.DownloadedLength Number of bytes downloaded so far. | Mac only |
| WebDownloadDelegate.ErrorMessage The last error message from download. | Mac only |
| WebDownloadDelegate.Install Assigns this web viewer our download delegate. | Mac only |
| WebDownloadDelegate.MIMEType Returns the MIME type. | Mac only |
| WebDownloadDelegate.Path The file path of the downloaded file. | Mac only |
| WebDownloadDelegate.SetBeginDownloadHandler Sets the script called when a download is about to begin. | Mac only |
| WebDownloadDelegate.SetDidDownloadHandler Sets the script called when a download finished. | Mac only |
| WebDownloadDelegate.SetFailHandler Sets the script called when a download failed. | Mac only |
| WebDownloadDelegate.SetProgressHandler Sets the script called when a download made progress. | Mac only |
| WebDownloadDelegate.URL Queries current URL. | Mac only |
| WebDownloadDelegate.expectedContentLength Returns the expected content length. | Mac only |
| WebDownloadDelegate.suggestedFilename Returns a suggested filename. | Mac only |
| WebDownloadDelegate.textEncodingName Returns the name of the receiver's text encoding provided by the response's originating source. | Mac only |
| WebPolicyDelegate.AddMimeType Adds a mime type to the action list for the policy decisions. | Mac only |
| WebPolicyDelegate.Install Assigns this webviewer our policy delegate as a filter to the FileMaker built in delegate. | Mac only |
| WebPolicyDelegate.RemoveMimeType Removes a mime type to the action list for the policy decisions. | Mac only |
| Window.GetAlpha Queries the current alpha value of the window. | Mac/Win |
| Window.ScrollbarsVisible Whether scrollbars are visible or not in this window. | Mac/Win |
136 functions.
Older Version 2.6 Newer Version 2.8
Feedback: Report problem or ask question.
Links
MBS Xojo blog