Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

14.2 14.3 14.4 14.5 15.0 15.1 15.2 15.3 15.4 15.5 16.0 16.1

New in version 2.7

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

135 functions shown.

These functions require a license (53%).

Blog Entries

Older Version 2.6   Newer Version 2.8