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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
The functions listed below do not work on FileMaker Server. So you can only use them with FileMaker Pro, FileMaker Pro Advanced and in Runtimes created with it.
Client MacOS Windows Linux Mac & Win
Item | Details |
---|---|
AVRecorder.AddPreviewToWindow Adds a preview area to the window. | Mac/Win/iOS 6.1 |
AVRecorder.AddPreviewWithControl Adds a preview area to the window using placeholder control. | Mac/Win/iOS 10.3 |
AVRecorder.AudioDeviceCount Queries number of audio devices found by the plugin. | Mac/Win/iOS 6.1 |
AVRecorder.AudioDeviceInfo Queries details about audio device. | Mac/Win/iOS 6.1 |
AVRecorder.CaptureStillPhoto Captures a still image. | Mac/Win/iOS 6.2 |
AVRecorder.ClosePreview Closes the preview view. | Mac/Win/iOS 6.1 |
AVRecorder.GetAudioDevice Queries name of audio device in use. | Mac/Win/iOS 6.1 |
AVRecorder.GetFilePath Queries the current file path. | Mac/Win/iOS 6.1 |
AVRecorder.GetVideoDevice Queries name of video device in use. | Mac/Win/iOS 6.1 |
AVRecorder.Init Starts a new recording session. | Mac/Win/iOS 6.1 |
AVRecorder.IsRecording Queries whether we are recording. | Mac/Win/iOS 6.1 |
AVRecorder.Release Releases a recording session. | Mac/Win/iOS 6.1 |
AVRecorder.ReleaseAll Releases all recording sessions. | Mac/Win/iOS 10.5 |
AVRecorder.SetAudioDevice Sets the audio device to use. | Mac/Win/iOS 6.1 |
AVRecorder.SetFilePath Sets the file path for recording. | Mac/Win/iOS 6.1 |
AVRecorder.SetVideoDevice Sets the video device to use. | Mac/Win/iOS 6.1 |
AVRecorder.StartPreview Starts the preview. | Mac/Win/iOS 6.1 |
AVRecorder.StartRecording Starts recording. | Mac/Win/iOS 6.1 |
AVRecorder.StopRecording Stops recording. | Mac/Win/iOS 6.1 |
AVRecorder.VideoDeviceCount Queries number of video devices found by the plugin. | Mac/Win/iOS 6.1 |
AVRecorder.VideoDeviceInfo Queries details about video device. | Mac/Win/iOS 6.1 |
CURL.PerformAsync Perform a curl transfer asynchronously. | All 5.2 |
CURL.SetFinishedScript Sets which script to call when a transfer finished. | All 5.2 |
CURL.SetProgressScript Sets the progress script. | All 5.2 |
Clipboard.GetData Queries data from clipboard item. | Mac/Win/iOS 4.4 |
Clipboard.GetFileMakerData Queries the xml text of a FileMaker layout/script object. | Mac/Win 4.0 |
Clipboard.GetFiles Queries file paths on the clipboard. | Mac/Win/iOS 5.1 |
Clipboard.GetHTMLText Queries styled text from clipboard as HTML. | Mac/Win/iOS 6.0 |
Clipboard.GetPicture Queries a picture from clipboard. | Mac/Win/iOS 6.3 |
Clipboard.GetRTFText Queries styled text from clipboard as RTF. | Mac/Win/iOS 5.0 |
Clipboard.GetText Queries clipboard content as text. | Mac/Win/iOS 2.6 |
Clipboard.GetTypes Queries the list of data types on the clipboard. | Mac/Win/iOS 4.0 |
Clipboard.SetFileMakerData Puts the xml text on the clipboard for a FileMaker layout/script object. | Mac/Win 4.0 |
Clipboard.SetFiles Puts a list of file paths on the clipboard. | Mac/Win/iOS 5.1 |
Clipboard.SetHTMLText Puts HTML data on the clipboard. | Mac/Win/iOS 6.0 |
Clipboard.SetPicture Sets clipboard picture. | Mac/Win/iOS 6.3 |
Clipboard.SetRTFText Puts RTF data on the clipboard. | Mac/Win/iOS 5.0 |
Clipboard.SetText Sets the text on the clipboard. | Mac/Win/iOS 2.6 |
Dialog.GetAlternateButton Queries the title for the alternate button. | Mac/Win 4.1 |
Dialog.GetButton Queries button text. | Mac/Win 7.1 |
Dialog.GetButtonPressed Queries index of selected button. | Mac/Win 7.2 |
Dialog.GetButtons Queries which buttons are shown. | Mac/Win 4.1 |
Dialog.GetDefaultButton Queries the title for the default button. | Mac/Win 4.1 |
Dialog.GetIcon Returns the icon displayed in the dialog. | Mac/Win 4.1 |
Dialog.GetInformativeText Returns the receiver's informative text. | Mac/Win 4.1 |
Dialog.GetLastResult Provides the last result from the dialog. | Mac/Win 4.2 |
Dialog.GetLeft Queries left position. | Mac/Win 7.3 |
Dialog.GetMessage Queries the message text for the dialog. | Mac/Win 4.1 |
Dialog.GetMode Queries the dialog style. | Mac/Win 4.1 |
Dialog.GetOtherButton Queries the title for the other button. | Mac/Win 4.1 |
Dialog.GetShowsSuppressionButton Indicates whether the receiver shows a suppression button. | Mac/Win 4.1 |
Dialog.GetSuppressionButtonTitle Queries the text for the suppression checkbox. | Mac/Win 4.1 |
Dialog.GetSuppressionState Queries the suppression state after you showed the dialog. | Mac/Win 4.1 |
Dialog.GetTimeout Queries the timeout for dialogs in seconds. | Mac/Win 5.2 |
Dialog.GetTop Queries top position. | Mac/Win 7.3 |
Dialog.GetWindowTitle Queries the window title for the dialog. | Mac/Win 4.1 |
Dialog.Reset Resets all dialog options. | Mac/Win 4.1 |
Dialog.Run Runs the dialog. | Mac/Win 4.1 |
Dialog.SetAlternateButton Sets the title for the alternate button. | Mac/Win 4.1 |
Dialog.SetButton Sets button text. | Mac/Win 7.1 |
Dialog.SetButtons Sets which buttons to show. | Mac/Win 4.1 |
Dialog.SetDefaultButton Sets the title for the default button. | Mac/Win 4.1 |
Dialog.SetIcon Sets the icon to be displayed in the alert to a given icon. | Mac/Win 4.1 |
Dialog.SetInformativeText Sets the receiver's informative text to a given text. | Mac/Win 4.1 |
Dialog.SetLeft Sets the left position of the dialog. | Mac/Win 7.3 |
Dialog.SetMessage Sets the message text for the dialog. | Mac/Win 4.1 |
Dialog.SetMode Sets the dialog style. | Mac/Win 4.1 |
Dialog.SetOtherButton Sets the title for the other button. | Mac/Win 4.1 |
Dialog.SetShowsSuppressionButton Specifies whether the receiver includes a suppression checkbox. | Mac/Win 4.1 |
Dialog.SetSuppressionButtonTitle Sets the text for the suppression checkbox. | Mac/Win 4.1 |
Dialog.SetTimeout Sets a timeout for the dialog in seconds. | Mac/Win 5.2 |
Dialog.SetTop Sets the top position of the dialog. | Mac/Win 7.3 |
Dialog.SetWindowTitle Sets the window title for the dialog. | Mac/Win 4.1 |
DragDrop.AttachToWindow Attaches a new drop area to the window. | Mac/Win 11.0 |
DragDrop.ClearDragActionHandler Clears the name for the drag action handler. | Mac/Win 2.4 |
DragDrop.ClearDragEnterHandler Clears the name for the drag enter handler. | Mac/Win 2.4 |
DragDrop.ClearDragExitHandler Clears the name for the drag exit handler. | Mac/Win 2.4 |
DragDrop.CreateWithControl Creates a new drop area on the given window covering the area of the given control. | Mac/Win 2.4 |
DragDrop.CreateWithSize Creates a new drop area inside the window with the given rectangle. | Mac/Win 2.4 |
DragDrop.GetFilePathsToDrag Queries list of files to drag. | Mac/Win 11.0 |
DragDrop.GetHTML Queries styled text from drag as HTML. | Mac/Win 9.2 |
DragDrop.GetHeight Queries current height of drop area. | Mac/Win 4.0 |
DragDrop.GetLeft Queries current position of the drop area. | Mac/Win 4.0 |
DragDrop.GetMouseX Queries the native mouse position where the item was dropped. | Mac/Win 2.4 |
DragDrop.GetMouseY Queries the native mouse position where the item was dropped. | Mac/Win 2.4 |
DragDrop.GetPath Queries the native path of a file drop. | Mac/Win 2.4 |
DragDrop.GetPathCount Returns the number of file paths. | Mac/Win 2.4 |
DragDrop.GetRTF Queries styled text from clipboard as RTF. | Mac/Win 9.2 |
DragDrop.GetSVG Queries SVG data. | Mac/Win 10.3 |
DragDrop.GetTag Queries the tag string for this dropview. | Mac/Win 3.3 |
DragDrop.GetText Queries text from the drop. | Mac/Win 2.6 |
DragDrop.GetTop Queries current position of the drop area. | Mac/Win 4.0 |
DragDrop.GetTypes Queries list of types. | Mac/Win 4.3 |
DragDrop.GetVisible Queries current visibility state. | Mac/Win 4.0 |
DragDrop.GetWidth Queries current width of the drop area. | Mac/Win 4.0 |
DragDrop.GetWindowRef Queries the window where this drop view is located. | Mac/Win 3.3 |
DragDrop.List Queries list of all currently active drop areas. | Mac/Win 4.0 |
DragDrop.Release Releases the drop area and reclaims memory. | Mac/Win 2.4 |
DragDrop.ReleaseAll A convenience method to release all drop areas. | Mac/Win 2.4 |
DragDrop.SetCursor Sets the cursor mode. | Mac/Win 2.4 |
DragDrop.SetDragActionHandler Sets the drag action handler. | Mac/Win 2.4 |
DragDrop.SetDragEnterHandler Sets the drag enter handler. | Mac/Win 2.4 |
DragDrop.SetDragExitHandler Sets the drag exit handler. | Mac/Win 2.4 |
DragDrop.SetDragImage Sets the image to use for dragging. | Mac/Win 11.0 |
DragDrop.SetFilePathsToDrag Sets file path list for drag. | Mac/Win 11.0 |
DragDrop.SetFrame Sets a new frame for the drop area. | Mac/Win 4.0 |
DragDrop.SetFrameWithControl Repositions drop area to given control. | Mac/Win 8.5 |
DragDrop.SetImage Sets the image to be shown in the drop area. | Mac/Win 2.4 |
DragDrop.SetTag Sets the tag string for this drop view. | Mac/Win 3.3 |
DragDrop.SetVisible Hides or shows the drop area. | Mac/Win 4.0 |
EventMonitor.Clear Clears last event captured. | Mac/Win 5.2 |
EventMonitor.ClearCardWindow Clears trigger for card window. | Mac/Win 7.3 |
EventMonitor.GetEnabled Queries whether event monitor is enabled. | Mac/Win 6.3 |
EventMonitor.Install Installs event monitor. | Mac/Win 5.2 |
EventMonitor.LastMouseClickButton Queries the index of the last pressed mouse button. | Mac/Win 5.2 |
EventMonitor.LastMouseClickIsDoubleClick Queries if last recognized mouse click is a double click. | Mac/Win 5.2 |
EventMonitor.LastMousePositionX Queries last mouse position. | Mac/Win 7.3 |
EventMonitor.LastMousePositionY Queries last mouse position. | Mac/Win 7.3 |
EventMonitor.SetCardWindow Sets script trigger for clicks outside card. | Mac/Win 7.3 |
EventMonitor.SetEnabled Enables or disables event monitor. | Mac/Win 6.3 |
FM.ExecuteSQLOnIdle This is similar to FM.ExecuteSQL, except that it waits until idle to execute. | Mac/Win 1.2 |
FM.GetDisableContextualMenus Queries whether to disable contextual menus. | Mac/Win 10.1 |
FM.InsertSetUpdateProgressDialog Enable updating progress bar. | Mac/Win 6.2 |
FM.MouseWheelScriptTrigger Installs a script trigger for mouse wheel. | Mac/Win 6.3 |
FM.RunDatabaseDesignReport Performs a data design report automatically. | Mac/Win 5.0 |
FM.RunSaveAsXML Saves database as XML. | Mac/Win 9.2 |
FM.RunScript Runs a script in any open FileMaker file. | All 1.2 |
FM.RunScriptIdle Runs a script after idle period. | Mac/Win/Linux 3.3 |
FM.RunScriptLater Runs a script in any open FileMaker file. | All 1.2 |
FM.SetDisableContextualMenus Whether to disable contextual menus. | Mac/Win 10.1 |
FileDialog.GetAllowMulti Queries whether multiple selection is allowed. | Mac/Win 2.7 |
FileDialog.GetFilter Queries which filter is defined. | Mac/Win 4.3 |
FileDialog.GetInitialDirectory Queries the initial directory. | Mac/Win 2.7 |
FileDialog.GetMessage Returns the message displayed in the save panel. | Mac/Win 2.7 |
FileDialog.GetNameFieldLabel Returns the string displayed in front of the filename text field. | Mac/Win 2.7 |
FileDialog.GetNameFieldStringValue Returns the user-editable filename currently shown in the name field. | Mac/Win 2.7 |
FileDialog.GetPath Queries the native path with the given index. | Mac/Win 2.7 |
FileDialog.GetPathCount Queries number of file paths available. | Mac/Win 2.7 |
FileDialog.GetPrompt Queries current prompt text. | Mac/Win 2.7 |
FileDialog.GetResolvesAliases Returns whether the panel resolves aliases. | Mac/Win 2.7 |
FileDialog.GetShowHidden Returns whether the panel displays files that are normally hidden from the user. | Mac/Win 2.7 |
FileDialog.GetWindowTitle Returns the title of the panel. | Mac/Win 2.7 |
FileDialog.OpenFileDialog Shows dialog to select a file. | Mac/Win 2.7 |
FileDialog.Reset Resets all options to default values. | Mac/Win 2.7 |
FileDialog.SaveFileDialog Shows dialog to select where to save a file. | Mac/Win 2.7 |
FileDialog.SelectFolderDialog Shows dialog to select a folder. | Mac/Win 2.7 |
FileDialog.SelectItemDialog Shows dialog to select either file or folder. | Mac/Win 2.7 |
FileDialog.SetAllowMulti Sets whether multiple selection is allowed. | Mac/Win 2.7 |
FileDialog.SetAllowsOtherFileTypes Sets whether other file types are allowed. | Mac/Win 4.3 |
FileDialog.SetFilter Queries whether other file types are allowed. | Mac/Win 4.3 |
FileDialog.SetInitialDirectory Sets the initial directory. | Mac/Win 2.7 |
FileDialog.SetMessage Sets the message text displayed in the panel. | Mac/Win 2.7 |
FileDialog.SetNameFieldLabel Sets the text displayed in front of the text field. | Mac/Win 2.7 |
FileDialog.SetNameFieldStringValue Sets the filename in the name field to the specified value. | Mac/Win 2.7 |
FileDialog.SetPrompt Sets the prompt of the default button. | Mac/Win 2.7 |
FileDialog.SetResolvesAliases Sets whether the panel resolves aliases. | Mac/Win 2.7 |
FileDialog.SetShowHidden Specifies whether the panel displays files that are normally hidden from the user. | Mac/Win 2.7 |
FileDialog.SetWindowTitle Sets the title of the dialog. | Mac/Win 2.7 |
FileDialogWatcher.GetLastPath Queries the last path used in open/save dialogs. | Mac/Win 2.6 |
FileDialogWatcher.Install Installs the required code to catch file names from open/save dialogs on Mac. | Mac/Win 2.6 |
Files.Launch Launches the file. | Mac/Win 2.7 |
Files.LaunchFile Launches the file. | Mac/Win 2.7 |
Files.RevealFile Reveals the file/folder in the shell. | Mac/Win 2.7 |
Folders.UserDownloads Queries location of user's downloads folder. | Mac/Win 6.2 |
Font.Activate Activates a font inside app or whole computer. | Mac/Win 2.6 |
Font.Deactivate Deactivates a font inside app or whole computer. | Mac/Win 2.6 |
FontManager.ListFontFamilies Queries a list of font families. | Mac/Win/iOS 5.1 |
FontManager.ListFonts Queries list of all fonts or list of fonts of a family. | Mac/Win 5.1 |
HotKey.GetEnabled Queries the enabled state. | Mac/Win 5.4 |
HotKey.GetEvaluate Queries expression to be run when hotkey is pressed. | Mac/Win 6.1 |
HotKey.GetIgnoreOnModal Queries state for modal dialogs. | Mac/Win 5.4 |
HotKey.GetKeyCode Returns the key code given at registration. | Mac/Win 5.2 |
HotKey.GetLocal Queries the local flag. | Mac/Win 5.4 |
HotKey.GetModifiers Returns the modifiers given at registration. | Mac/Win 5.2 |
HotKey.GetName Queries the name defined for this hotkey. | Mac/Win 5.4 |
HotKey.GetScriptFileName Queries filename of script to call in case of event. | Mac/Win 5.0 |
HotKey.GetScriptName Queries name of script to call in case of event. | Mac/Win 5.0 |
HotKey.GetTag Queries the tag defined for this hotkey. | Mac/Win 5.4 |
HotKey.List Lists all hotkeys. | Mac/Win 5.2 |
HotKey.Register Registers a global hot key based on the virtual key code and modifiers. | Mac/Win 5.0 |
HotKey.SetEnabled Sets the enabled state. | Mac/Win 5.4 |
HotKey.SetEvaluate Sets expression to be run when hotkey is pressed. | Mac/Win 6.1 |
HotKey.SetIgnoreOnModal Sets state for modal dialogs. | Mac/Win 5.4 |
HotKey.SetLocal Sets the local flag. | Mac/Win 5.4 |
HotKey.SetName Sets the name of a hotkey. | Mac/Win 5.4 |
HotKey.SetScript Sets which script to call if hotkey is pressed. | Mac/Win 5.0 |
HotKey.SetTag Sets the tag of a hotkey. | Mac/Win 5.4 |
HotKey.Unregister Unregisters a hotkey and frees resources. | Mac/Win 5.0 |
HotKey.UnregisterAll Unregisters all hotkeys. | Mac/Win 10.3 |
ListDialog.AddItemToList Adds a line to the list. | Mac/Win 4.2 |
ListDialog.AddItemsToList Adds entries to the list. | Mac/Win 4.2 |
ListDialog.AddSQL Adds items via SQL statement. | Mac/Win 5.1 |
ListDialog.ClearColumnHeaders Clears column headers. | Mac/Win 9.2 |
ListDialog.ClearList Clears the list. | Mac/Win 4.2 |
ListDialog.ColumnCount Queries column count. | Mac/Win 9.2 |
ListDialog.GetAllowEmptySelection Queries whether empty selection is allowed. | Mac/Win 5.0 |
ListDialog.GetAllowMultipleSelection Queries whether multiple selection is allowed. | Mac/Win 4.2 |
ListDialog.GetCancelButtonLabel Queries the caption of the cancel button. | Mac/Win 4.2 |
ListDialog.GetColumnAlignment Queries column alignment. | Mac/Win 11.2 |
ListDialog.GetColumnHeader Queries column header text. | Mac/Win 9.2 |
ListDialog.GetColumnWidth Queries column width. | Mac/Win 11.2 |
ListDialog.GetFilter Queries the current filter text. | Mac/Win 11.0 |
ListDialog.GetHeight Queries height of dialog. | Mac/Win 4.3 |
ListDialog.GetOtherButtonEvaluate Queries expression to evaluate for other button. | Mac/Win 9.5 |
ListDialog.GetOtherButtonLabel Queries the caption of the other button. | Mac/Win 9.5 |
ListDialog.GetPositionX Queries dialog position. | Mac/Win 6.5 |
ListDialog.GetPositionY Queries dialog position. | Mac/Win 6.5 |
ListDialog.GetPrompt Queries the current prompt text. | Mac/Win 4.2 |
ListDialog.GetSelectButtonLabel Queries the caption of the select button. | Mac/Win 4.2 |
ListDialog.GetSelectedTag Queries the selected tag. | Mac/Win 4.2 |
ListDialog.GetSelectedTitle Queries title of the selected item. | Mac/Win 4.2 |
ListDialog.GetShowsFilter Queries whether to show a filter. | Mac/Win 11.0 |
ListDialog.GetWidth Queries the width of the dialog. | Mac/Win 4.3 |
ListDialog.GetWindowTitle Queries the window title. | Mac/Win 4.2 |
ListDialog.ListCount Queries number of list entries. | Mac/Win 4.2 |
ListDialog.ListItem Queries the text displayed for the given index. | Mac/Win 4.2 |
ListDialog.ListTag Queries the tag for the given index. | Mac/Win 4.2 |
ListDialog.Reset Resets all list dialog options. | Mac/Win 10.0 |
ListDialog.SetAllowEmptySelection Sets whether empty selection is allowed. | Mac/Win 5.0 |
ListDialog.SetAllowMultipleSelection Sets whether multiple selection is allowed. | Mac/Win 4.2 |
ListDialog.SetCancelButtonLabel Sets the caption of the cancel button. | Mac/Win 4.2 |
ListDialog.SetColumnAlignment Sets the column alignment. | Mac/Win 11.2 |
ListDialog.SetColumnCount Sets column count. | Mac/Win 9.2 |
ListDialog.SetColumnHeader Sets the column header text. | Mac/Win 9.2 |
ListDialog.SetColumnWidth Sets column width to use. | Mac/Win 11.2 |
ListDialog.SetFilter Sets the current filter text. | Mac/Win 11.0 |
ListDialog.SetHeight Sets the height of the dialog. | Mac/Win 4.3 |
ListDialog.SetOtherButtonEvaluate Sets the other button evaluate. | Mac/Win 9.5 |
ListDialog.SetOtherButtonLabel Sets the caption of the other button. | Mac/Win 9.5 |
ListDialog.SetPosition Sets position for dialog. | Mac/Win 6.5 |
ListDialog.SetPositionX Sets position for dialog. | Mac/Win 6.5 |
ListDialog.SetPositionY Sets position for dialog. | Mac/Win 6.5 |
ListDialog.SetPrompt Sets prompt text. | Mac/Win 4.2 |
ListDialog.SetSelectButtonLabel Sets the caption of the select button. | Mac/Win 4.2 |
ListDialog.SetSelectedTag Sets which item is selected. | Mac/Win 4.2 |
ListDialog.SetSelectedTitle Sets which item is selected. | Mac/Win 4.2 |
ListDialog.SetShowsFilter Whether to show a filter field. | Mac/Win 11.0 |
ListDialog.SetWidth Sets the width of the dialog. | Mac/Win 4.3 |
ListDialog.SetWindowTitle Sets window title. | Mac/Win 4.2 |
ListDialog.ShowDialog Shows the dialog. | Mac/Win 4.2 |
ListDialog.Sort Sorts entries. | Mac/Win 7.5 |
Menu.AddItem Adds a menu item to the end of the menu. | Mac/Win 4.1 |
Menu.AddItems Adds a couple of menu items. | Mac/Win 4.1 |
Menu.CreateMenu Creates a menu. | Mac/Win 4.1 |
Menu.DefineQuickMenu Builds a new menu from a definition text with menu items. | Mac/Win 5.1 |
Menu.DefineQuickMenuXML Defines a menu based on a xml description. | Mac/Win 5.2 |
Menu.FindItemWithTag Finds a menu entry with given tag in a menu. | Mac/Win 5.1 |
Menu.FindItemWithTitle Finds a menu entry with given title in a menu. | Mac/Win 5.1 |
Menu.GetEvaluate Queries expression to be run when menu is chosen. | Mac/Win 6.1 |
Menu.GetScriptFileName Queries which file contains the script to be run if menu item is selected. | Mac/Win 4.1 |
Menu.GetScriptName Queries the script name of the script to be run if menu item is selected. | Mac/Win 4.1 |
Menu.GetTag Queries the tag value of the menu. | Mac/Win 4.1 |
Menu.GetTitle Queries the menu title. | Mac/Win 4.1 |
Menu.GetURL Queries URL to be triggered for menu action. | Mac/Win 6.5 |
Menu.InsertItem Inserts a menu item into the receiver at a specific location. | Mac/Win 4.1 |
Menu.ItemAtIndex Queries the ID of the menu item with given index. | Mac/Win 5.0 |
Menu.Items Queries the list of IDs for the menu items. | Mac/Win 5.0 |
Menu.List Queries list of all IDs for menu objects. | Mac/Win 10.1 |
Menu.NumberOfItems Returns the number of menu items in the menu, including separator items. | Mac/Win 4.1 |
Menu.PopUp Pops up the menu at the specified location. | Mac/Win 4.1 |
Menu.Release Releases the menu. | Mac/Win 4.1 |
Menu.ReleaseAll Releases all menus and menu items. | Mac/Win 4.1 |
Menu.RemoveAllItems Removes all the menu items in the receiver. | Mac/Win 4.1 |
Menu.RemoveItem Removes a menu item from the menu. | Mac/Win 4.1 |
Menu.RemoveItemAtIndex Removes the menu item at a specified location in the menu. | Mac/Win 4.1 |
Menu.SelectedItem Returns the reference number of the selected menu item. | Mac/Win 4.1 |
Menu.SetEvaluate Sets expression to be run when menu is chosen. | Mac/Win 6.1 |
Menu.SetScriptAction Sets which script is called if a menu item in this menu is selected. | Mac/Win 4.1 |
Menu.SetTag Sets the tag of the menu. | Mac/Win 4.1 |
Menu.SetTitle Sets the menu title. | Mac/Win 4.1 |
Menu.SetURL Sets the URL to query when menu is used. | Mac/Win 6.5 |
MenuItem.CreateMenuItem Creates a new menu item. | Mac/Win 4.1 |
MenuItem.CreateSeparator Creates a new separator menu item. | Mac/Win 4.1 |
MenuItem.GetBold Queries if menu item should use bold font style. | Mac/Win 5.1 |
MenuItem.GetEnabled Returns a Boolean value that indicates whether the receiver is enabled. | Mac/Win 4.1 |
MenuItem.GetEvaluate Queries expression to be run when menuitem is chosen. | Mac/Win 6.1 |
MenuItem.GetFontColor Queries font color for menu item. | Mac/Win 6.5 |
MenuItem.GetFontName Queries font name to use. | Mac/Win 5.1 |
MenuItem.GetFontSize Queries font size to use for menu item. | Mac/Win 5.1 |
MenuItem.GetGroupID Queries the group id of the menu item. | Mac/Win 5.2 |
MenuItem.GetHidden Returns a Boolean value that indicates whether the menu item is hidden. | Mac/Win 4.1 |
MenuItem.GetImage Queries the image for this menu item. | Mac/Win 4.1 |
MenuItem.GetItalic Queries if menu item should use italic font style. | Mac/Win 5.1 |
MenuItem.GetMixedStateImage Returns the image used to depict a mixed state. | Mac/Win 4.1 |
MenuItem.GetOffStateImage Returns the image used to depict the receiver's off state. | Mac/Win 4.1 |
MenuItem.GetOnStateImage Returns the image used to depict the receiver's on state. | Mac/Win 4.1 |
MenuItem.GetParentItem Returns the menu item whose submenu contains the menu item. | Mac/Win 4.1 |
MenuItem.GetParentMenu Returns the menu containing the menu item. | Mac/Win 4.3 |
MenuItem.GetPath Queries path of a menu item in a menu hierarchy. | Mac/Win 5.2 |
MenuItem.GetRequireCommand Queries if this meantime only shows if command key is pressed. | Mac/Win 5.1 |
MenuItem.GetRequireControl Queries if this meantime only shows if control key is pressed. | Mac/Win 5.1 |
MenuItem.GetRequireOption Queries if this meantime only shows if option/alt key is pressed. | Mac/Win 5.1 |
MenuItem.GetRequireShift Queries if this meantime only shows if shift key is pressed. | Mac/Win 5.1 |
MenuItem.GetScriptFileName Queries which file contains the script to be run if menu item is selected. | Mac/Win 4.1 |
MenuItem.GetScriptName Queries the script name of the script to be run if menu item is selected. | Mac/Win 4.1 |
MenuItem.GetSelectable Queries whether menu item is selectable. | Mac/Win 6.3 |
MenuItem.GetState Returns the state of the menu item. | Mac/Win 4.1 |
MenuItem.GetStrikeOut Queries strikeout setting for menu item. | Mac/Win 6.5 |
MenuItem.GetSubMenu Returns the submenu associated with the receiving menu item. | Mac/Win 4.1 |
MenuItem.GetTag Queries the tag value of the menu. | Mac/Win 4.1 |
MenuItem.GetTitle Queries title of menu item. | Mac/Win 4.1 |
MenuItem.GetURL Queries URL to be triggered for menu item action. | Mac/Win 6.5 |
MenuItem.GetUnderline Queries if menu item should use underline font style. | Mac/Win 5.1 |
MenuItem.HasSubmenu Returns a Boolean value that indicates whether the receiver has a submenu. | Mac/Win 4.1 |
MenuItem.IsSeparatorItem Returns a Boolean value that indicates whether the receiver is a separator item. | Mac/Win 4.1 |
MenuItem.List Queries list of all IDs for menu item objects. | Mac/Win 10.1 |
MenuItem.Release Releases the menu item. | Mac/Win 4.1 |
MenuItem.ReleaseAll Frees all menus and menu items. | Mac/Win 10.5 |
MenuItem.SetBold Sets menu item to use bold font style. | Mac/Win 5.1 |
MenuItem.SetEnabled Sets whether the menu item is enabled. | Mac/Win 4.1 |
MenuItem.SetEvaluate Sets expression to be run when menuitem is chosen. | Mac/Win 6.1 |
MenuItem.SetFontColor Sets the font color to use. | Mac/Win 6.5 |
MenuItem.SetFontName Sets the font name to use. | Mac/Win 5.1 |
MenuItem.SetFontSize Sets the font size to use. | Mac/Win 5.1 |
MenuItem.SetGroupID Sets the group id of the menu item. | Mac/Win 5.2 |
MenuItem.SetHidden Sets whether the menu item is hidden. | Mac/Win 4.1 |
MenuItem.SetImage Sets the menu item image. | Mac/Win 4.1 |
MenuItem.SetItalic Sets menu item to use italic font style. | Mac/Win 5.1 |
MenuItem.SetMixedStateImage Sets the image of the receiver that indicates a "mixed” state, that is, a state neither "on” nor "off.” | Mac/Win 4.1 |
MenuItem.SetOffStateImage Sets the image of the receiver that indicates an "off” state. | Mac/Win 4.1 |
MenuItem.SetOnStateImage Sets the image of the receiver that indicates an "on” state. | Mac/Win 4.1 |
MenuItem.SetRequireCommand Set to show menu item only if command key is pressed down. | Mac/Win 5.1 |
MenuItem.SetRequireControl Set to show menu item only if control key is pressed down. | Mac/Win 5.1 |
MenuItem.SetRequireOption Set to show menu item only if alt/option key is pressed down. | Mac/Win 5.1 |
MenuItem.SetRequireShift Set to show menu item only if shift key is pressed down. | Mac/Win 5.1 |
MenuItem.SetScriptAction Sets which script is called if a menu item in this menu is selected. | Mac/Win 4.1 |
MenuItem.SetSelectable Sets whether menu item is selectable. | Mac/Win 6.3 |
MenuItem.SetState Sets the state of the menu item. | Mac/Win 4.1 |
MenuItem.SetStrikeOut Sets the strikeout value of the menu item. | Mac/Win 6.5 |
MenuItem.SetSubMenu Sets the submenu of the menu item. | Mac/Win 4.1 |
MenuItem.SetTag Sets the tag of the menu. | Mac/Win 4.1 |
MenuItem.SetTitle Sets the menuitem's title. | Mac/Win 4.1 |
MenuItem.SetURL Sets the URL to query when menuitem is used. | Mac/Win 6.5 |
MenuItem.SetUnderline Sets menu item to use underline font style. | Mac/Win 5.1 |
Menubar.HasMenuCommand Checks whether menu command exists. | Mac/Win 5.0 |
Menubar.IsMenuCommandChecked Checks if a menubar item is checked. | Mac/Win 6.3 |
Menubar.ListMenuCommands Lists all menu commands. | Mac/Win 5.0 |
Menubar.RemoveMenuCommand Removes a menu entry. | Mac/Win 6.2 |
Menubar.RunMenuCommand Runs a menu command. | Mac/Win 5.0 |
Menubar.SetMenuCommandTitle Sets the title of a menu item. | Mac/Win 6.1 |
Menubar.SetMenuCommandVisible Show or hide a menu command. | Mac/Win 5.0 |
MountNotification.Install Installs a script trigger to be called when a disk mounts/unmounts. | Mac/Win 5.0 |
MountNotification.Uninstall Uninstalls notification for mount script trigger. | Mac/Win 5.0 |
MouseCursor.Hide Hides the mouse cursor. | Mac/Win 7.5 |
MouseCursor.HideUntilMouseMoves Hides mouse until user moves it. | Mac/Win 7.5 |
MouseCursor.Show Shows the mouse cursor. | Mac/Win 7.5 |
Notification.Listen Starts listening for a notification. | Mac/Win 2.6 |
PKCS12.ShowDialog Shows standard dialog with details. | Mac/Win 9.2 |
Plugin.CallErrorScriptTrigger Triggers error script. | All 8.5 |
Plugin.SetErrorScriptTrigger Sets script to trigger if plugin call returns an error. | All 8.5 |
PortMidi.Abort Terminates outgoing messages immediately. | Mac/Win 4.2 |
PortMidi.CheckHostError Checks if there is a midi host error on the stream. | Mac/Win 4.2 |
PortMidi.ClearDataAvailableHandler Clears the data available handler. | Mac/Win 8.5 |
PortMidi.Close Closes a midi stream, flushing any pending buffers. | Mac/Win 4.2 |
PortMidi.CurrentEvent Queries current event. | Mac/Win 7.1 |
PortMidi.DeviceCount Queries number of devices found. | Mac/Win 4.2 |
PortMidi.GetChannelMask Queries current channel mask. | Mac/Win 4.2 |
PortMidi.GetDefaultInputDeviceID Return the default input device ID. | Mac/Win 4.2 |
PortMidi.GetDefaultOutputDeviceID Return the default output device ID. | Mac/Win 4.2 |
PortMidi.GetDeviceID Queries the ID of the device the stream is connected to. | Mac/Win 7.0 |
PortMidi.GetDeviceInfo Return device information. | Mac/Win 4.2 |
PortMidi.GetDeviceName Queries the name of the device the stream is connected to. | Mac/Win 7.0 |
PortMidi.GetFilter Queries current filter setting. | Mac/Win 4.2 |
PortMidi.OpenInput Opens an input device. | Mac/Win 4.2 |
PortMidi.OpenOutput Opens an output device. | Mac/Win 4.2 |
PortMidi.Poll Tests whether input is available. | Mac/Win 4.2 |
PortMidi.ReadMessage Reads one Midi message from the buffers. | Mac/Win 4.2 |
PortMidi.Rescan Terminates all streams and shutdown the midi functions. | Mac/Win 4.2 |
PortMidi.SendMessage Sends a midi message. | Mac/Win 4.2 |
PortMidi.SendMessageRaw Sends a raw message. | Mac/Win 4.2 |
PortMidi.SendSysExHex Writes a timestamped system-exclusive midi message. | Mac/Win 4.2 |
PortMidi.SetChannelMask Filters incoming messages based on channel. | Mac/Win 4.2 |
PortMidi.SetDataAvailableEvaluate Sets the data available evaluation for this midi port. | Mac/Win 8.5 |
PortMidi.SetDataAvailableHandler Sets the data available handler for this midi port. | Mac/Win 8.5 |
PortMidi.SetFilter Sets filters on an open input stream to drop selected input types. | Mac/Win 4.2 |
PortMidi.TimeStamp Queries current time stamp. | Mac/Win 7.0 |
Printer.SetDefaultPrinter Sets the default printer. | Mac/Win 3.0 |
Process.FrontProcessName Queries name of the frontmost app. | Mac/Win 4.2 |
Process.FrontWindowTitle Queries name of the frontmost window. | Mac/Win 4.2 |
Process.IsFrontMost Checks if FileMaker is the frontmost application. | Mac/Win 2.9 |
ProgressDialog.ClearImage Clears image for the progress dialog. | Mac/Win 2.4 |
ProgressDialog.GetBottomText Queries the current text below the progress bar in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.GetButtonCaption Queries the current text from the button in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.GetCancel Queries the cancel state. | Mac/Win 2.4 |
ProgressDialog.GetImageHeight Queries image view height. | Mac/Win 9.2 |
ProgressDialog.GetImageWidth Queries image view width. | Mac/Win 9.2 |
ProgressDialog.GetPositionX Queries the x position of the dialog. | Mac/Win 2.6 |
ProgressDialog.GetPositionY Queries the y position of the dialog. | Mac/Win 2.6 |
ProgressDialog.GetProgress Queries current progress value. | Mac/Win 2.4 |
ProgressDialog.GetShowButton Queries current state of whether to show the cancel button or not. | Mac/Win 2.4 |
ProgressDialog.GetTitle Queries the current progress dialog title. | Mac/Win 2.4 |
ProgressDialog.GetTopMost Queries whether dialog is top most. | Mac/Win 2.6 |
ProgressDialog.GetTopText Queries the current text above the progress bar in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Hide Hides the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Reset Resets all options. | Mac/Win 6.4 |
ProgressDialog.SetBottomText Sets the bottom text in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.SetButtonCaption Sets the cancel button text. | Mac/Win 2.4 |
ProgressDialog.SetCancel Sets the cancel state. | Mac/Win 2.4 |
ProgressDialog.SetFont Sets the label's text sizes. | Mac/Win 2.9 |
ProgressDialog.SetImage Sets the image. Please use container value as parameter. | Mac/Win 2.4 |
ProgressDialog.SetImageHeight Sets image view height. | Mac/Win 9.2 |
ProgressDialog.SetImageWidth Sets image view width. | Mac/Win 9.2 |
ProgressDialog.SetPosition Set position of the dialog absolute. | Mac/Win 2.4 |
ProgressDialog.SetPositionCentered Set position of the dialog centered. | Mac/Win 2.4 |
ProgressDialog.SetProgress Sets the current progress value. | Mac/Win 2.4 |
ProgressDialog.SetShowButton Sets whether to show the cancel button or not. | Mac/Win 2.4 |
ProgressDialog.SetTitle Sets the progress dialog title. | Mac/Win 2.4 |
ProgressDialog.SetTopMost Sets whether dialog is top most. | Mac/Win 2.6 |
ProgressDialog.SetTopText Sets the top text in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Show Shows the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Update Redraws the progress dialog. | Mac/Win 2.6 |
Progressdialog.GetEvaluate Queries expression to evaluate. | Mac/Win 7.1 |
Progressdialog.GetFileName Queries file name. | Mac/Win 7.1 |
Progressdialog.GetScriptName Queries script name to run on button click. | Mac/Win 7.1 |
Progressdialog.SetEvaluate Sets the expression to evaluate on button click. | Mac/Win 7.1 |
Progressdialog.SetScript Sets the script to run when button is clicked. | Mac/Win 7.1 |
RemoteControl.ClickMouse Moves the mouse cursor and performs a click. | Mac/Win 2.8 |
RemoteControl.HideCursor Hides the mouse cursor. | Mac/Win 3.4 |
RemoteControl.MouseX Queries current position of the mouse cursor on screen. | Mac/Win 2.8 |
RemoteControl.MouseY Queries current position of the mouse cursor on screen. | Mac/Win 2.8 |
RemoteControl.MoveMouse Moves the mouse cursor. | Mac/Win 2.8 |
RemoteControl.PressControlKey Presses control key. | Mac/Win 2.8 |
RemoteControl.PressKey Presses a key. | Mac/Win 2.8 |
RemoteControl.PressKeyLater Presses a key after delay. | Mac/Win 6.2 |
RemoteControl.PressOptionKey Presses option/alt key. | Mac/Win 2.8 |
RemoteControl.PressShiftKey Presses shift key. | Mac/Win 2.8 |
RemoteControl.ShowCursor Shows the mouse cursor. | Mac/Win 3.4 |
Schedule.Check Checks if something needs to be run. | Mac/Win/iOS 5.2 |
Schedule.ClearEvaluateResult Clears result of last evaluate. | Mac/Win/iOS 5.2 |
Schedule.ClearSQLResult Clears result of last SQL query. | Mac/Win/iOS 5.2 |
Schedule.EvaluateAfterDelay Evaluates an expression after a delay. | Mac/Win/iOS 5.2 |
Schedule.EvaluateAtTime Evaluates an expression at a given point in time. | Mac/Win/iOS 5.2 |
Schedule.EvaluateAtTimeStamp Evaluates an expression at a given point in time. | Mac/Win/iOS 5.2 |
Schedule.EvaluateOnIdle Evaluates an expression after a given idle period. | Mac/Win 5.2 |
Schedule.ExecuteSQLAfterDelay Runs a SQL query in any open FileMaker file. | Mac/Win/iOS 5.2 |
Schedule.ExecuteSQLAtTime Runs a sql query in any open FileMaker file. | Mac/Win/iOS 5.2 |
Schedule.ExecuteSQLAtTimeStamp Runs a SQL query in any open FileMaker file. | Mac/Win/iOS 5.2 |
Schedule.ExecuteSQLOnIdle Runs a SQL query after idle period. | Mac/Win 5.2 |
Schedule.GetAutoRelease Queries if scheduled item is removed from list of schedules automatically after execution. | Mac/Win/iOS 5.2 |
Schedule.GetEvaluate Queries the expression to evaluate. | Mac/Win/iOS 5.2 |
Schedule.GetEvaluateResult Queries result of last evaluate. | Mac/Win/iOS 5.2 |
Schedule.GetFileName Returns the file name for the scheduled script start. | Mac/Win/iOS 5.2 |
Schedule.GetLastTimeStamp Queries the last time stamp the schedule run. | Mac/Win/iOS 6.2 |
Schedule.GetRepeatDelay Queries the delay between scheduled script calls. | Mac/Win/iOS 5.2 |
Schedule.GetRunCount Queries the number of schedule executions. | Mac/Win/iOS 5.2 |
Schedule.GetSQL Queries the scheduled SQL command. | Mac/Win/iOS 5.2 |
Schedule.GetSQLResult Queries result of last SQL query. | Mac/Win/iOS 5.2 |
Schedule.GetScriptName Returns the script name for the scheduled script start. | Mac/Win/iOS 5.2 |
Schedule.GetScriptParameter Returns the script parameter for the scheduled script start. | Mac/Win/iOS 5.2 |
Schedule.GetTimeStamp Queries the timestamp of next execution of schedule. | Mac/Win/iOS 5.2 |
Schedule.GetURL Queries URL to be triggered when schedule runs. | Mac/Win/iOS 6.5 |
Schedule.List Provides a list with all scheduled script starts or SQL commands. | Mac/Win/iOS 5.2 |
Schedule.Release Releases schedule reference. | Mac/Win/iOS 5.2 |
Schedule.ReleaseAll Releases all scheduled. | Mac/Win/iOS 6.4 |
Schedule.SetAutoRelease Sets if scheduled item is removed from list of schedules automatically after execution. | Mac/Win/iOS 5.2 |
Schedule.SetEvaluate Sets the expression to evaluate. | Mac/Win/iOS 5.2 |
Schedule.SetFileName Sets the file name for scheduled script start. | Mac/Win/iOS 5.2 |
Schedule.SetRepeatDelay Sets the repeat delay for the schedule. | Mac/Win/iOS 5.2 |
Schedule.SetSQL Sets the SQL for the schedule. | Mac/Win/iOS 5.2 |
Schedule.SetScriptName Sets the script name for scheduled script start. | Mac/Win/iOS 5.2 |
Schedule.SetScriptParameter Sets the script parameter for scheduled script start. | Mac/Win/iOS 5.2 |
Schedule.SetTimeStamp Sets the timestamp where a schedule runs the next time. | Mac/Win/iOS 5.2 |
Schedule.SetURL Sets the URL to query when schedule runs. | Mac/Win/iOS 6.5 |
Schedule.StartScriptAfterDelay Runs a script in any open FileMaker file. | Mac/Win/iOS 5.2 |
Schedule.StartScriptAtTime Runs a script in any open FileMaker file. | Mac/Win/iOS 5.2 |
Schedule.StartScriptAtTimeStamp Runs a script in any open FileMaker file. | Mac/Win/iOS 5.2 |
Schedule.StartScriptOnIdle Runs a script after idle period. | Mac/Win 5.2 |
Screen.Count Queries the number of screens. | Mac/Win 1.0 |
Screen.Height Queries screen height. | Mac/Win/iOS 1.0 |
Screen.Left Queries screen position. | Mac/Win/iOS 1.0 |
Screen.Scale Queries scale of screen. | Mac/Win/iOS 9.2 |
Screen.Top Queries screen position. | Mac/Win/iOS 1.0 |
Screen.Width Queries screen width. | Mac/Win/iOS 1.0 |
Screenshot Takes a screenshot of the screen indicated by the "ScreenID" parameter. | Mac/Win 1.0 |
ScreenshotRect This function will take snapshot of the area of the screen described by the first four Parameters. | Mac/Win 1.0 |
SerialPort.Clear Clears incoming buffer. | Mac/Win 7.4 |
SerialPort.ClearDataAvailableHandler Clears the data available handler. | Mac/Win 5.1 |
SerialPort.IsSuspended Checks suspension state. | Mac/Win 7.4 |
SerialPort.Resume Resumes serial port. | Mac/Win 7.4 |
SerialPort.SetDataAvailableEvaluate Sets the data available expression for this serial port. | Mac/Win 6.2 |
SerialPort.SetDataAvailableHandler Sets the data available handler for this serial port. | Mac/Win 5.1 |
SerialPort.Suspend Suspends serial port. | Mac/Win 7.4 |
Shell.GetCompletedEvaluate Queries expression to be run when shell is done. | Mac/Win/Linux 7.5 |
Shell.GetCompletedScriptFileName Queries filename of script to call in when shell is done. | Mac/Win/Linux 7.5 |
Shell.GetCompletedScriptName Queries name of script to call when shell is done. | Mac/Win/Linux 7.5 |
Shell.GetDataAvailableEvaluate Queries expression to be run when data is available. | Mac/Win/Linux 10.0 |
Shell.GetDataAvailableScriptFileName Queries filename of script to call in when shell has data available. | Mac/Win/Linux 10.0 |
Shell.GetDataAvailableScriptName Queries script name to call in when shell has data available. | Mac/Win/Linux 10.0 |
Shell.SetCompletedEvaluate Sets expression to be run when shell is done. | Mac/Win/Linux 7.5 |
Shell.SetCompletedScript Sets which script to call when shell is done. | Mac/Win/Linux 7.5 |
Shell.SetDataAvailableEvaluate Sets expression to be run when shell has data available. | Mac/Win/Linux 10.0 |
Shell.SetDataAvailableScript Not yet documented | Mac/Win/Linux 10.0 |
SmartCard.HeaderTemplate Queries header template. | Mac/Win 6.4 |
Socket.SetDataAvailableEvaluate Sets the data available evaluation for this socket. | All 6.2 |
Socket.SetDataAvailableHandler Sets the data available handler for this socket. | All 3.1 |
Socket.SetErrorEvaluate Sets the error expression for this socket. | All 6.2 |
Socket.SetErrorHandler Sets the error handler for this socket. | All 3.1 |
Socket.SetNewConnectionEvaluate Sets the new connection expression for this socket. | All 6.2 |
Socket.SetNewConnectionHandler Sets the new connection handler for this socket. | All 3.1 |
Speech.AvailableVoices Query the list of available voices. | Mac/Win/iOS 6.4 |
Speech.IsPaused Checks whether we are paused. | Mac/Win/iOS 8.3 |
Speech.IsSpeaking Queries whether text is speaking. | Mac/Win/iOS 7.5 |
Speech.Pause Pauses speech. | Mac/Win/iOS 8.3 |
Speech.Resume Resumes speech. | Mac/Win/iOS 8.3 |
Speech.Speak Speaks text. | Mac/Win/iOS 6.3 |
SystemInfo.IdleTime Returns the global idle time in seconds. | Mac/Win 3.3 |
TextView.CanUndo Whether undo is possible currently. | Mac/Win/iOS 9.2 |
TextView.Copy Performs copy operation. | Mac/Win/iOS 9.2 |
TextView.CreateWithControl Creates a new text view on the given window covering the area of the given control. | Mac/Win/iOS 9.2 |
TextView.CreateWithSize Creates a new text view inside the window with the given rectangle. | Mac/Win/iOS 9.2 |
TextView.Cut Performs cut operation. | Mac/Win/iOS 9.2 |
TextView.GetAutoCorrectionEnabled Queries auto correction setting. | Mac/Win/iOS 9.2 |
TextView.GetHeight Queries current height of text view. | Mac/Win/iOS 9.2 |
TextView.GetLeft Queries current position of the text view. | Mac/Win/iOS 9.2 |
TextView.GetPlainText Queries plain text. | Mac/Win/iOS 9.2 |
TextView.GetRTF Queries RTF text. | Mac/Win/iOS 9.2 |
TextView.GetReadOnly Queries read only flag. | Mac/Win/iOS 9.2 |
TextView.GetSelectedPlainText Queries plain text. | Mac/Win/iOS 10.5 |
TextView.GetSelectionLength Queries length of selection. | Mac/Win/iOS 10.5 |
TextView.GetSelectionStart Queries start of selection. | Mac/Win/iOS 10.5 |
TextView.GetSpellCheckingEnabled Queries spell checking setting. | Mac/Win/iOS 9.2 |
TextView.GetStyled Queries styled flag. | Mac/Win/iOS 9.2 |
TextView.GetTag Queries the tag string for this text view. | Mac/Win/iOS 9.2 |
TextView.GetTop Queries current position of the text view. | Mac/Win/iOS 9.2 |
TextView.GetVisible Queries current visibility state. | Mac/Win/iOS 9.2 |
TextView.GetWidth Queries current width of the text view. | Mac/Win/iOS 9.2 |
TextView.GetWindowRef Queries the window where this text view is located. | Mac/Win/iOS 9.2 |
TextView.List Queries list of all currently active text views. | Mac/Win/iOS 9.2 |
TextView.Paste Performs paste operation. | Mac/Win/iOS 9.2 |
TextView.Release Releases the text view and reclaims memory. | Mac/Win/iOS 9.2 |
TextView.ReleaseAll A convenience method to release all text views. | Mac/Win/iOS 9.2 |
TextView.SetAutoCorrectionEnabled Sets auto correction setting. | Mac/Win/iOS 9.2 |
TextView.SetFocus Sets focus to the text view. | Mac/Win/iOS 9.2 |
TextView.SetFrame Sets a new frame for the text view. | Mac/Win/iOS 9.2 |
TextView.SetFrameWithControl Repositions text view to given control. | Mac/Win/iOS 9.2 |
TextView.SetPlainText Sets the plain text. | Mac/Win/iOS 9.2 |
TextView.SetRTF Sets text with RTF. | Mac/Win/iOS 9.2 |
TextView.SetReadOnly Sets read only flag. | Mac/Win/iOS 9.2 |
TextView.SetSelectedPlainText Sets the plain text. | Mac/Win/iOS 10.5 |
TextView.SetSelection Sets selection. | Mac/Win/iOS 10.5 |
TextView.SetSelectionLength Sets selection length. | Mac/Win/iOS 10.5 |
TextView.SetSelectionStart Sets selection start. | Mac/Win/iOS 10.5 |
TextView.SetSpellCheckingEnabled Sets the spell checking setting. | Mac/Win/iOS 9.2 |
TextView.SetStyled Sets styled flag. | Mac/Win/iOS 9.2 |
TextView.SetTag Sets the tag string for this text view. | Mac/Win/iOS 9.2 |
TextView.SetVisible Hides or shows the text view. | Mac/Win/iOS 9.2 |
TextView.ShowFontPanel Shows font panel. | Mac/Win 9.2 |
TextView.Undo Performs undo operation. | Mac/Win/iOS 9.2 |
Twain.Acquire Acquires a picture. | Mac/Win 3.1 |
Twain.ClearCancelScript Clears the cancel script. | Mac/Win 3.3 |
Twain.ClearNotificationScript Clears the notification script. | Mac/Win 3.3 |
Twain.CloseDS Closes data source. | Mac/Win 3.1 |
Twain.CloseDSM Closes data source manager. | Mac/Win 3.1 |
Twain.CurrentDSIdentity Queries current data source. | Mac/Win 3.1 |
Twain.CurrentImage Queries the current image from last query. | Mac/Win 3.1 |
Twain.DisableDS Disables the data source. | Mac/Win 3.1 |
Twain.GetAutofeed Queries whether plugin should auto feed (if feeder is enabled). | Mac/Win 3.1 |
Twain.GetAutomaticBorderDetection Queries whether plugin should enable automatic border detection. | Mac/Win 3.3 |
Twain.GetAutomaticBrightness Queries the Source's Auto-brightness function (if any). | Mac/Win 3.5 |
Twain.GetAutomaticRotate Queries whether plugin should enable automatic rotation. | Mac/Win 3.3 |
Twain.GetBrightness Queries the brightness setting to use. | Mac/Win 3.5 |
Twain.GetCloseAfterTransfer Whether to close window and data source after a transfer. | Mac/Win 3.1 |
Twain.GetCompressionQuality Queries the current quality setting. | Mac/Win 3.1 |
Twain.GetContrast Queries which contrast value to use. | Mac/Win 3.5 |
Twain.GetDSIdentitiesCount Queries number of data sources. | Mac/Win 3.1 |
Twain.GetDSIdentity Queries data source with given index. | Mac/Win 3.1 |
Twain.GetDefaultIdentity Queries default data source. | Mac/Win 3.1 |
Twain.GetDiscardBlankPages Queries whether plugin should enable feeder. | Mac/Win 3.2 |
Twain.GetDuplexEnabled Queries whether plugin should enable feeder. | Mac/Win 3.2 |
Twain.GetFeededEnabled Queries whether plugin should enable feeder. | Mac/Win 3.1 |
Twain.GetFilePaths Queries the list of file paths used to create files. | Mac/Win 3.1 |
Twain.GetFileType Queries the current file type. | Mac/Win 3.1 |
Twain.GetFolderPath Queries the folder path. | Mac/Win 3.1 |
Twain.GetGamma Queries the gamma correction value for the image data. | Mac/Win 3.5 |
Twain.GetHighlight Queries which value to use for highlight. | Mac/Win 3.5 |
Twain.GetImageCount Queries the number of images in memory. | Mac/Win 3.1 |
Twain.GetOrientation Queries current orientation. | Mac/Win 3.1 |
Twain.GetPaper Queries the paper to use. | Mac/Win 5.1 |
Twain.GetPixelType Queries current pixel type setting. | Mac/Win 3.1 |
Twain.GetResolutionX Queries the current resolution setting for the next scan. | Mac/Win 3.1 |
Twain.GetResolutionY Queries the current resolution setting for the next scan. | Mac/Win 3.1 |
Twain.GetShadow Queries which value in an image should be interpreted as the darkest shadow. | Mac/Win 3.5 |
Twain.GetUIVisible Queries internal state from plugin about whether a TWAIN dialog is visible currently. | Mac/Win 3.3 |
Twain.ImageInfo Queries image details for last scanned image. | Mac/Win 3.1 |
Twain.Initialize Initializes the Twain functions. | Mac/Win 3.1 |
Twain.IsDSEnabled Whether data source is enabled. | Mac/Win 3.1 |
Twain.IsInitialized Checks if Twain library has been initialized. | Mac/Win 4.2 |
Twain.OpenDS Opens a data source. | Mac/Win 3.1 |
Twain.OpenDSM Opens data source manager. | Mac/Win 3.1 |
Twain.SelectDS Queries dialog to ask the user to select a data source. | Mac/Win 3.1 |
Twain.SelectDSIdentity Sets current data source. | Mac/Win 3.1 |
Twain.SetAutofeed Whether to enable auto feed when next scan starts. | Mac/Win 3.1 |
Twain.SetAutomaticBorderDetection Whether to enable automatic border detection when next scan starts. | Mac/Win 3.3 |
Twain.SetAutomaticBrightness Enables or disables the Source's Auto-brightness function (if any). | Mac/Win 3.5 |
Twain.SetAutomaticRotate Whether to enable automatic rotation when next scan starts. | Mac/Win 3.3 |
Twain.SetBrightness Sets the brightness setting to use. | Mac/Win 3.5 |
Twain.SetCancelScript Sets the script to call when a dialog was shown and the user pressed Cancel button. | Mac/Win 3.3 |
Twain.SetCloseAfterTransfer Whether to close window and data source after a transfer. | Mac/Win 3.1 |
Twain.SetCompressionQuality Sets the compression quality for JPEG images. | Mac/Win 3.1 |
Twain.SetContrast Sets which contrast value to use. | Mac/Win 3.5 |
Twain.SetDefaultDSIdentity Sets default data source. | Mac/Win 3.1 |
Twain.SetDiscardBlankPages Whether to have the scanner ask to discard blank pages. | Mac/Win 3.2 |
Twain.SetDuplexEnabled Whether to enable duplex when next scan starts. | Mac/Win 3.2 |
Twain.SetFeededEnabled Whether to enable feeder when next scan starts. | Mac/Win 3.1 |
Twain.SetFileType Sets the file type to use for writing image files. | Mac/Win 3.1 |
Twain.SetFolderPath Sets the folder path for storing image files. | Mac/Win 3.1 |
Twain.SetGamma Sets the gamma correction value for the image data. | Mac/Win 3.5 |
Twain.SetHighlight Specifies which value in an image should be interpreted as the lightest highlight. | Mac/Win 3.5 |
Twain.SetNotificationScript Sets the script to call when a transfer is complete and you can query image. | Mac/Win 3.1 |
Twain.SetOrientation Sets current orientation. | Mac/Win 3.1 |
Twain.SetPaper Requests to use a certain paper. | Mac/Win 5.1 |
Twain.SetPaperSize Requests a page size in inches. | Mac/Win 5.1 |
Twain.SetPixelType Sets the pixel type requested on next Twain.Acquire command. | Mac/Win 3.1 |
Twain.SetResolutionX Sets the horizontal resolution for scanning. | Mac/Win 3.1 |
Twain.SetResolutionY Sets the vertical resolution for scanning. | Mac/Win 3.1 |
Twain.SetShadow Specifies which value in an image should be interpreted as the darkest shadow. | Mac/Win 3.5 |
Twain.SupportsBW Whether device supports black and white pixel type. | Mac/Win 3.1 |
Twain.SupportsGray Whether current device supports gray pixel type. | Mac/Win 3.1 |
Twain.SupportsMemoryTransfer Whether device supports memory transfers. | Mac/Win 3.1 |
Twain.SupportsRGB Whether current device supports RGB pixel type. | Mac/Win 3.1 |
Twain.TransferImage Transfers an image. | Mac/Win 3.1 |
URLScheme.SetDefaultHandler Sets the user's preferred handler for the specified URL scheme to point to the current application. | Mac/Win 2.0 |
Updater.CheckForUpdates Explicitly checks for updates and displays a progress dialog while doing so. | Mac/Win 6.5 |
Updater.CheckForUpdatesInBackground Checks for updates, but does not display any UI unless an update is found. | Mac/Win 6.5 |
Updater.GetAutomaticallyChecksForUpdates Queries whether automatic update check is enabled. | Mac/Win 6.5 |
Updater.LastUpdateCheckDate Queries the last update check timestamp. | Mac/Win 6.5 |
Updater.SetAutomaticallyChecksForUpdates Turns automatically checking for updates on or off. | Mac/Win 6.5 |
WebView.ClearSelection Clears selection. | Mac/Win 7.4 |
WebView.ClickInput Clicks the specified Input Element. | Mac/Win/iOS 1.4 |
WebView.Copy Copies current text selection to clipboard. | Mac/Win/iOS 7.4 |
WebView.CopyFormattedText Copies formatted text from web view to clipboard. | Mac/Win/iOS 3.1 |
WebView.CreateWithControl Creates a new web view inside the window with the given placeholder control. | Mac/Win/iOS 10.3 |
WebView.Cut Cuts current text selection. | Mac/Win/iOS 7.4 |
WebView.EstimatedProgress Returns the estimated progress of the web viewer. | Mac/Win/iOS 1.4 |
WebView.Evaluate Evaluates a JavaScript expression. | Mac/Win/iOS 10.0 |
WebView.FindByName Returns a unique ID that references a the web viewer. | Mac/Win/iOS 1.3 |
WebView.FindWindowByIndex Returns the Window Reference for a window specified by the Index parameter. | Mac/Win/iOS 1.3 |
WebView.FindWindowByTitle Returns the Window Reference for a window specified by the Index parameter. | Mac/Win/iOS 1.3 |
WebView.FormReset Resets the Specified Form. | Mac/Win/iOS 1.4 |
WebView.FormSubmit Submits the specified Form | Mac/Win/iOS 1.4 |
WebView.GetEditable Queries the editable state. | Mac/Win/iOS 3.0 |
WebView.GetForm Returns the name of the form with the given index. | Mac/Win/iOS 1.6 |
WebView.GetFormButtonValue Gets the value of the specified Button. | Mac/Win/iOS 1.4 |
WebView.GetFormCount Returns the number of forms on the website which is currently visible in the webviewer. | Mac/Win/iOS 1.6 |
WebView.GetFormInputChecked Returns the value of the specified check box or radiobutton. | Mac/Win/iOS 1.4 |
WebView.GetFormInputValue Returns the value of the specified Input Form. | Mac/Win/iOS 1.4 |
WebView.GetFormSelectOptions Queries the possible values of a select element. | Mac/Win/iOS 3.1 |
WebView.GetFormSelectValue Gets the value of a select element, such as a list or a combo box or a menu. | Mac/Win/iOS 1.4 |
WebView.GetFormTextAreaValue Returns the value of the specified text area. | Mac/Win/iOS 1.4 |
WebView.GetFormValue Returns the value from the Specified Field. | Mac/Win/iOS 1.3 |
WebView.GetHTMLText Queries the current HTML of the document. | Mac/Win/iOS 2.8 |
WebView.GetImage Returns a property of the image with the given index. | Mac/Win/iOS 2.2 |
WebView.GetImageCount Returns the number of images on the current webpage. | Mac/Win/iOS 2.2 |
WebView.GetLink Returns a property of the link with the given index. | Mac/Win/iOS 1.8 |
WebView.GetLinkCount Returns the number of links on the current webpage. | Mac/Win/iOS 1.8 |
WebView.GetPlainText Queries the current text of the document. | Mac/Win/iOS 3.1 |
WebView.GetSource Queries the html source from the web viewer. | Mac/Win/iOS 1.5 |
WebView.GetTitle Returns the current title of the web page that is being displayed by the specified WebViewer | Mac/Win/iOS 1.4 |
WebView.GetURL Queries the current document URL in the webviewer. | Mac/Win/iOS 2.2 |
WebView.GoBack Moves backward a page in the history. | Mac/Win/iOS 2.4 |
WebView.GoForward Moves forward a page in the history. | Mac/Win/iOS 2.4 |
WebView.HasOnlySecureContent Queries whether website is secure. | Mac/Win/iOS 9.3 |
WebView.InstallCallback Installs JavaScript callback into web viewer. | Mac/Win 1.3 |
WebView.IsLoading This function returns True if the Specified web viewer is still loading. | Mac/Win/iOS 1.4 |
WebView.LoadHTML Loads HTML string to webviewer. | Mac/Win/iOS 3.0 |
WebView.LoadJavascriptURL Loads the given javscript URL into the webviewer. | Mac/Win/iOS 2.1 |
WebView.LoadURL Loads the given URL into the webviewer. | Mac/Win/iOS 2.1 |
WebView.Paste Pastes text from clipboard. | Mac/Win/iOS 7.4 |
WebView.PostURL Navigates to a resource identified by a URL or to a file identified by a full path. | Mac/Win/iOS 10.1 |
WebView.Print Prints the current web view content. | Mac/Win 1.8 |
WebView.Release Releases a web viewer iD. | Mac/Win/iOS 1.4 |
WebView.Reload Reloads the WebViewer. | Mac/Win/iOS 1.4 |
WebView.RenderImage Renders the webview to a picture. | Mac/Win/iOS 2.1 |
WebView.RunJavaScript Executes the Javascript on the specified webViewer control. | Mac/Win/iOS 1.3 |
WebView.RunJavaScriptReturnTitle Run the specified JavaScript and then returns the value of the title property to FileMaker. | Mac/Win/iOS 1.4 |
WebView.Screenshot Takes a screenshot of the area used by the webviewer. | Mac/Win/iOS 3.0 |
WebView.SearchText Searches text in a webviewer. | Mac/Win 2.3 |
WebView.SelectAll Selects all text in web viewer. | Mac/Win/iOS 7.4 |
WebView.SelectedText Queries text of current selection. | Mac/Win/iOS 5.0 |
WebView.SetEditable Sets whether the web viewer allows the user to edit its HTML document. | Mac/Win/iOS 3.0 |
WebView.SetFocus Sets focus to web viewer. | Mac/Win/iOS 9.4 |
WebView.SetFormButtonValue Sets the value of a Button on the specified form | Mac/Win/iOS 1.4 |
WebView.SetFormInputChecked Sets the value of the specified Check Box or Radiobutton. | Mac/Win/iOS 1.4 |
WebView.SetFormInputValue Sets the value of the specified input element | Mac/Win/iOS 1.4 |
WebView.SetFormSelectValue Sets the value of a select element, such as a list or a combo box or a menu. | Mac/Win/iOS 1.4 |
WebView.SetFormTextAreaValue Sets the value of a Text Area Element. | Mac/Win/iOS 1.4 |
WebView.SetFormValue Set the value of the specified Field in a webviewer. | Mac/Win/iOS 1.3 |
WebView.SetFrameWithControl Repositions web view to given control. | Mac/Win/iOS 10.3 |
WebView.SetTitle Sets the title of the web page that is currently being displayed in the web Viewer. | Mac/Win/iOS 1.4 |
WebView.StopLoading Stops loading all resources on the current page. | Mac/Win/iOS 9.3 |
Window.Activate Activates the window. | Mac/Win 2.8 |
Window.ClearFocus Clears focus of Window. | Mac/Win 6.1 |
Window.Current Queries the reference number of current window. | Mac/Win 5.2 |
Window.DisableScrollbars Disables the scrollbars in a FileMaker window. | Mac/Win 2.9 |
Window.EnableScrollbars Enables the scrollbars in a FileMaker window. | Mac/Win 2.9 |
Window.Fade Fades window in or out. | Mac/Win 5.4 |
Window.FindByIndex Returns the Window Reference for a window specified by the Index parameter. | Mac/Win 1.0 |
Window.FindByTitle This function can be used to find the Reference to the window. | Mac/Win 1.1 |
Window.GetAlpha Queries the current alpha value of the window. | Mac/Win 2.7 |
Window.GetClassName Queries the internal class name for the window. | Mac/Win 2.8 |
Window.GetCurrentTag Queries window tag for current window. | Mac/Win 6.3 |
Window.GetHeight Queries height of a window. | Mac/Win 2.8 |
Window.GetLeft Queries X coordinate of a window. | Mac/Win 2.8 |
Window.GetTag Queries tag for window. | Mac/Win 6.3 |
Window.GetTitle Get's the title of the window designated by the WindowRef. | Mac/Win 1.2 |
Window.GetTop Queries Y coordinate of a window. | Mac/Win 2.8 |
Window.GetTopMost Queries whether window is topmost. | Mac/Win 4.2 |
Window.GetWidth Queries width of a window. | Mac/Win 2.8 |
Window.HasCloseButton You can control whether a Window has a close button or not. | Mac/Win 1.1 |
Window.HasMiniaturizeButton This function returns the current state of the window's Miniaturize button. | Mac/Win 1.1 |
Window.HasZoomButton You can control whether a Window has a Zoom button or not. | Mac/Win 1.1 |
Window.Hide Hides the window Specified by the Window Reference | Mac/Win 1.0 |
Window.IsMaximized Queries window maximize state. | Mac/Win 9.0 |
Window.IsMinimized Queries window minimize state. | Mac/Win 9.0 |
Window.IsVisible Queries whether a window is visible. | Mac/Win 1.0 |
Window.List Queries the list of FileMaker windows. | Mac/Win 3.3 |
Window.Maximize Maximizes window. | Mac/Win 6.0 |
Window.Minimize Minimizes window. | Mac/Win 6.0 |
Window.ModalDialogFront Checks if there is a front dialog window. | Mac/Win 5.4 |
Window.Move Moves the window animated. | Mac/Win 2.2 |
Window.PositionNextDialog Sets location for next dialog. | Mac/Win 10.0 |
Window.Resizable Queries whether window is resizable. | Mac/Win 2.4 |
Window.Resize Resizes the window animated. | Mac/Win 2.2 |
Window.Screenshot Creates screenshot from a window. | Mac/Win/iOS 5.4 |
Window.Scrollbar.getHorizontalMaximum Queries maximum value for horizontal scrollbar. | Mac/Win/iOS 6.2 |
Window.Scrollbar.getHorizontalPosition Queries current value for horizontal scrollbar. | Mac/Win/iOS 6.2 |
Window.Scrollbar.getVerticalMaximum Queries maximum value for vertical scrollbar. | Mac/Win/iOS 6.2 |
Window.Scrollbar.getVerticalPosition Queries current value for vertical scrollbar. | Mac/Win/iOS 6.2 |
Window.Scrollbar.set Scrolls to the given coordinates. | Mac/Win/iOS 6.2 |
Window.ScrollbarsVisible Whether scrollbars are visible or not in this window. | Mac/Win 2.7 |
Window.SetAlpha Set Alpha can be used to set the transparency of a window. | Mac/Win 1.0 |
Window.SetBounds Sets the bounds of the window. | Mac/Win 1.0 |
Window.SetCloseButton Switches the close button on the window on or off. | Mac/Win 1.1 |
Window.SetCurrentTag Set window tag for current window. | Mac/Win 6.3 |
Window.SetFocus Sets focus to the Window. | Mac/Win 8.5 |
Window.SetMiniaturizeButton This function enables or disables the the Miniaturize Button on a window. | Mac/Win 1.1 |
Window.SetResizable Sets whether window is resizable. | Mac/Win 2.4 |
Window.SetTag Sets tag for window. | Mac/Win 6.3 |
Window.SetTitle Set the title of the window designated by the WindowRef. | Mac/Win 1.2 |
Window.SetTopMost Sets window to be topmost. | Mac/Win 4.2 |
Window.SetZoomButton This function enables or disables the the Zoom Button on a window. | Mac/Win 1.1 |
Window.Show Shows the window Specified by the Window Reference. | Mac/Win 1.0 |
Window.ShowCharacterPalette Shows the standard MacOS character palette. | Mac/Win 7.2 |
Window.ShowKeyboard Shows the keyboard viewer. | Mac/Win 9.5 |
Window.TopHeight Queries window's toolbar height. | Mac/Win 8.3 |
Window.Update Asks the window to redraw. | Mac/Win 2.8 |
X509.ShowDialog Shows standard dialog with details. | Mac/Win 9.2 |
747 functions.
Feedback: Report problem or ask question.