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:
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
Statistic
FMM
Blog
Functions supported on FileMaker Client only (not Server)
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 |
---|---|
AVPlayer.AddView Creates a player view. | Mac only 10.2 |
AVPlayer.CloseView Closes the video view. | Mac only 10.2 |
AVPlayer.FindPlayers Finds all players in current window. | Mac/iOS 7.3 |
AVPlayer.GetAsset Queries the current asset. | Mac/iOS 7.3 |
AVPlayer.GetAutoResizingMask Queries auto resizing mask. | Mac only 10.2 |
AVPlayer.GetControlsStyle Queries the controls style. | Mac only 10.2 |
AVPlayer.GetDuration Queries the length of the video in seconds. | Mac/iOS 7.1 |
AVPlayer.GetFinishedEvaluate Queries expression to be run when transfer is finished. | Mac/iOS 7.4 |
AVPlayer.GetFinishedFileName Queries the file name for the finished script to call. | Mac/iOS 7.4 |
AVPlayer.GetFinishedScriptName Queries the script name to call when transfer finished. | Mac/iOS 7.4 |
AVPlayer.GetMuted Queries mute state. | Mac/iOS 7.1 |
AVPlayer.GetProgressEvaluate Queries expression to run on playback. | Mac/iOS 7.4 |
AVPlayer.GetProgressInterval Queries progress interval. | Mac/iOS 7.4 |
AVPlayer.GetRate Queries playback rate. | Mac/iOS 7.1 |
AVPlayer.GetShowsFrameSteppingButtons Queries whether to show frame stepping buttons. | Mac only 10.2 |
AVPlayer.GetShowsFullScreenToggleButton Whether or not the controls pane will show a full screen toggle button. | Mac only 10.2 |
AVPlayer.GetShowsSubtitles Queries whether subtitles should be shown. | Mac only 10.5 |
AVPlayer.GetTag Queries the tag value. | Mac/iOS 10.2 |
AVPlayer.GetTime Queries current time in seconds. | Mac/iOS 7.1 |
AVPlayer.GetVisible Queries current visibility state. | Mac only 10.2 |
AVPlayer.GetVolume Queries current volume. | Mac/iOS 7.1 |
AVPlayer.GetWindowRef Queries the window where this text view is located. | Mac only 10.2 |
AVPlayer.OpenContainer Opens the audio file from a container. | Mac/iOS 7.1 |
AVPlayer.OpenFile Opens an audio file. | Mac/iOS 7.1 |
AVPlayer.OpenURL Opens the movie with the given URL. | Mac/iOS 7.1 |
AVPlayer.Pause Pauses playback. | Mac/iOS 7.1 |
AVPlayer.Play Plays sound. | Mac/iOS 7.1 |
AVPlayer.Release Releases the audio player. | Mac/iOS 7.1 |
AVPlayer.ReleaseAll Releases all movies in memory. | Mac/iOS 7.1 |
AVPlayer.SetAutoResizingMask Sets the auto resizing mask. | Mac only 10.2 |
AVPlayer.SetControlsStyle Sets the controls style. | Mac only 10.2 |
AVPlayer.SetFinishedEvaluate Sets expression to be run when playback is finished. | Mac/iOS 7.4 |
AVPlayer.SetFinishedScript Sets which script to call when a transfer finished. | Mac/iOS 7.4 |
AVPlayer.SetFocus Sets focus to the player view. | Mac only 10.2 |
AVPlayer.SetFrameWithControl Repositions text view to given control. | Mac only 10.2 |
AVPlayer.SetMuted Sets mute status. | Mac/iOS 7.1 |
AVPlayer.SetProgressEvaluate Sets the expression to evaluate on progress. | Mac/iOS 7.4 |
AVPlayer.SetProgressInterval Sets the progress interval. | Mac/iOS 7.4 |
AVPlayer.SetRate Sets the playback rate. | Mac/iOS 7.1 |
AVPlayer.SetShowsFrameSteppingButtons Whether to show frame stepping buttons. | Mac only 10.2 |
AVPlayer.SetShowsFullScreenToggleButton Whether or not the controls pane will show a full screen toggle button. | Mac only 10.2 |
AVPlayer.SetShowsSubtitles Seats whether subtitles should be shown. | Mac only 10.5 |
AVPlayer.SetTag Sets the tag value. | Mac/iOS 10.2 |
AVPlayer.SetTime Sets the current time. | Mac/iOS 7.1 |
AVPlayer.SetVisible Hides or shows the player view. | Mac only 10.2 |
AVPlayer.SetVolume Sets the volume. | Mac/iOS 7.1 |
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.AuthorizationStatusForMediaType Queries authorization status for audio/video recording. | Mac/iOS 8.4 |
AVRecorder.CaptureStillPhoto Captures a still image. | Mac/Win/iOS 6.2 |
AVRecorder.ClosePreview Closes the preview view. | Mac/Win/iOS 6.1 |
AVRecorder.CurrentQRCode Queries current QRCode. | Mac/iOS 8.4 |
AVRecorder.EncoderCount Queries number of encoders found by the plugin. | Win only 9.1 |
AVRecorder.EncoderInfo Queries details about video encoders. | Win only 9.1 |
AVRecorder.GetAudioDevice Queries name of audio device in use. | Mac/Win/iOS 6.1 |
AVRecorder.GetAutomaticallyAdjustsVideoMirroring Queries whether automatically mirroring is enabled. | Mac/iOS 7.4 |
AVRecorder.GetEncoder Queries name of current encoder. | Win only 9.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.GetVideoMirrored Queries whether video should be mirrored. | Mac/iOS 7.4 |
AVRecorder.HasQRCode Whether we have a QRCode. | Mac/iOS 8.4 |
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.IsVideoMirroringSupported Queres whether video mirroring is supported. | Mac/iOS 7.4 |
AVRecorder.Release Releases a recording session. | Mac/Win/iOS 6.1 |
AVRecorder.ReleaseAll Releases all recording sessions. | Mac/Win/iOS 10.5 |
AVRecorder.RequestAccessForMediaType Requests permissions for media type. | Mac/iOS 8.4 |
AVRecorder.SetAudioDevice Sets the audio device to use. | Mac/Win/iOS 6.1 |
AVRecorder.SetAutomaticallyAdjustsVideoMirroring Set whether to allow automatically mirroring. | Mac/iOS 7.4 |
AVRecorder.SetEncoder Sets the encoder to use for video. | Win only 9.1 |
AVRecorder.SetFilePath Sets the file path for recording. | Mac/Win/iOS 6.1 |
AVRecorder.SetScreenInput Sets video input to screen. | Mac only 8.4 |
AVRecorder.SetVideoDevice Sets the video device to use. | Mac/Win/iOS 6.1 |
AVRecorder.SetVideoMirrored Sets mirror state. | Mac/iOS 7.4 |
AVRecorder.ShowPropertyDialog Shows property dialog. | Win only 9.1 |
AVRecorder.StartPreview Starts the preview. | Mac/Win/iOS 6.1 |
AVRecorder.StartQRCodeDetection Starts QRCode detection. | Mac/iOS 8.4 |
AVRecorder.StartRecording Starts recording. | Mac/Win/iOS 6.1 |
AVRecorder.StopQRCodeDetection Stops QRCode detection. | Mac/iOS 8.4 |
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 |
AVRecorder.VideoResolutions Queries list of video resolution details for the selected camera. | Win only 11.5 |
App.CancelUserAttentionRequest Cancels a previous user attention request. | Mac only 6.1 |
App.ClearTouchBar Clears a TouchBar assigned to the app. | Mac only 8.4 |
App.GetDockBadgeLabel Returns the tile's current badge label. | Mac/iOS 2.6 |
App.GetFocussedWindowTitle Queries the title of the focussed window, when run. | Mac/Win/iOS 12.5 |
App.OpenFile Asks app to open a given file. | Mac only 7.4 |
App.PlaySystemSound Plays a system sound with given name. | Mac/Win 11.3 |
App.RequestUserAttention Starts a user attention request. | Mac only 6.1 |
App.SetDockBadgeLabel Sets the string to be displayed in the tile's badging area. | Mac/iOS 2.6 |
App.SetDockIcon Sets the image for the dock icon for this application. | Mac only 3.2 |
Applescript.DeterminePermissionToAutomateTarget Checks whether AppleScript is allowed. | Mac only 9.0 |
Backdrop.Close Closes the backdrop window. | Mac only 2.1 |
Backdrop.Install Installs the backdrop window. | Mac only 2.1 |
CLGeocoder.Cancel Cancels a pending geocoding request. | Mac/iOS 4.1 |
CLGeocoder.Cancelled Whether the request was cancelled. | Mac/iOS 4.1 |
CLGeocoder.Close Closes a request and frees memory. | Mac/iOS 4.1 |
CLGeocoder.Distance Returns the distance (in meters) of the two locations. | Mac/iOS 6.1 |
CLGeocoder.Done Queries whether the request is finished. | Mac/iOS 4.1 |
CLGeocoder.Error Checks if this request got an error. | Mac/iOS 4.1 |
CLGeocoder.ErrorMessage Queries the error message of the geo coder. | Mac/iOS 4.1 |
CLGeocoder.GeocodeAddressString Submits a forward-geocoding request using the specified string. | Mac/iOS 4.1 |
CLGeocoder.JSON Queries data of geo coder as JSON. | Mac/iOS 10.1 |
CLGeocoder.PlacemarkCount Queries the number of placemarks found. | Mac/iOS 4.1 |
CLGeocoder.PlacemarkValue Queries a value of the placemarks found. | Mac/iOS 4.1 |
CLGeocoder.ReverseGeocodeLocation Submits a reverse-geocoding request for the specified location. | Mac/iOS 4.1 |
CNContact.AddEmailAddress Adds an email address to a contact. | Mac/iOS 8.4 |
CNContact.AddInstantMessage Adds an instant message account to a contact. | Mac/iOS 8.4 |
CNContact.AddInstantMessageJSON Adds an instant message account to a contact with JSON. | Mac/iOS 8.4 |
CNContact.AddPhoneNumber Adds an phone number to a contact. | Mac/iOS 8.4 |
CNContact.AddPostalAddress Adds an postal address to a contact. | Mac/iOS 8.4 |
CNContact.AddPostalAddressJSON Adds an postal address to a contact with JSON. | Mac/iOS 8.4 |
CNContact.AddRelation Adds an relation to a contact. | Mac/iOS 8.4 |
CNContact.AddSocialProfile Adds an social profile to a contact. | Mac/iOS 8.4 |
CNContact.AddSocialProfileJSON Adds an social profile to a contact with JSON. | Mac/iOS 8.4 |
CNContact.AddURLAddress Adds an URL address to a contact. | Mac/iOS 8.4 |
CNContact.DeleteValue Deletes a value of a contact. | Mac/iOS 10.1 |
CNContact.EditInAddressbook Launches Contacts application to edit this person. | Mac only 8.4 |
CNContact.HasValue Checks whether a value is available in the loaded contact. | Mac/iOS 12.1 |
CNContact.IsUnifiedWithContact Checks if the contact is unified based on other contact. | Mac/iOS 8.5 |
CNContact.JSON Queries contact as JSON. | Mac/iOS 8.4 |
CNContact.MailingAddress Queries mailing address for contact. | Mac/iOS 8.4 |
CNContact.Name Queries display name of contact. | Mac/iOS 8.4 |
CNContact.SetValue Sets the value of a contact. | Mac/iOS 8.4 |
CNContact.Show Shows a contact as sheet. | Mac/iOS 10.1 |
CNContact.ShowInAddressbook Launches Contacts application to show this person. | Mac only 8.4 |
CNContact.UnifiedContacts Queries which contacts an unified contact is based upon. | Mac/iOS 8.5 |
CNContact.Value Queries the value of contact. | Mac/iOS 8.4 |
CNContactPicker.Close Closes the picker. | Mac/iOS 10.1 |
CNContactPicker.Current Queries the current contact. | Mac/iOS 10.1 |
CNContactPicker.SetTrigger Sets the script trigger. | Mac/iOS 10.1 |
CNContactPicker.Show Shows the contact picker to select a contact. | Mac/iOS 10.1 |
CNContactStore.AddContact Adds a new contact to the database. | Mac/iOS 8.4 |
CNContactStore.AddGroup Adds a new group. | Mac/iOS 8.4 |
CNContactStore.AddMember Add a new member to a group. | Mac/iOS 8.4 |
CNContactStore.AddSubgroup Adds a group to an existing group. | Mac only 8.4 |
CNContactStore.AuthorizationError Queries error message. | Mac/iOS 8.4 |
CNContactStore.AuthorizationStatus Queries authorization status. | Mac/iOS 8.4 |
CNContactStore.Contacts Queries all contacts. | Mac/iOS 8.5 |
CNContactStore.ContactsInContainer Queries list of contacts in a container. | Mac/iOS 8.4 |
CNContactStore.ContactsInGroup Queries contacts in the group. | Mac/iOS 8.4 |
CNContactStore.ContactsMatchingEmailAddress Find the contacts whose email address matches the specified value. | Mac/iOS 10.5 |
CNContactStore.ContactsMatchingName Queries matching contacts for a name. | Mac/iOS 8.4 |
CNContactStore.ContactsMatchingPhoneNumber Find the contacts whose phone number matches the specified value. | Mac/iOS 10.5 |
CNContactStore.ContactsWithData Creates contacts for vCard data. | Mac/iOS 8.4 |
CNContactStore.ContainerForContact Queries container for a contact. | Mac/iOS 8.4 |
CNContactStore.ContainerForGroup Queries container for a group. | Mac/iOS 8.4 |
CNContactStore.Containers Queries identifiers of all containers. | Mac/iOS 8.4 |
CNContactStore.Country Returns ISO code for users country. | Mac/iOS 8.4 |
CNContactStore.DataWithContacts Queries data for contacts. | Mac/iOS 8.4 |
CNContactStore.DefaultContainerIdentifier The identifier of the default container. | Mac/iOS 8.4 |
CNContactStore.DeleteContact Delete a contact from the contact store. | Mac/iOS 8.4 |
CNContactStore.DeleteGroup Deletes a group. | Mac/iOS 8.4 |
CNContactStore.FetchContact Fetches a fresh copy of this contact. | Mac/iOS 12.1 |
CNContactStore.GroupHierarchy Queries group hierarchy as JSON. | Mac/iOS 8.5 |
CNContactStore.Groups Queries list of all groups. | Mac/iOS 8.4 |
CNContactStore.GroupsByName Looks for groups with matching names. | Mac only 8.4 |
CNContactStore.GroupsForContact Searches all groups for a given contact. | Mac only 8.4 |
CNContactStore.GroupsInContainer Queries all groups in a given container. | Mac only 8.4 |
CNContactStore.NewContact Creates new empty contact. | Mac/iOS 8.4 |
CNContactStore.RemoveMember Remove a member from a group. | Mac/iOS 8.4 |
CNContactStore.RemoveSubgroup Removes a subgroup from a group. | Mac only 8.4 |
CNContactStore.RenameGroup Renames the group. | Mac/iOS 8.4 |
CNContactStore.RequestAccesss Request access to the user's contacts. | Mac/iOS 8.4 |
CNContactStore.SetChangeScript Sets the script to trigger on changes by other applications. | Mac/iOS 8.4 |
CNContactStore.Subgroups Queries subgroups of a group. | Mac only 8.4 |
CNContactStore.UnifiedMeContact Queries ID of the your contact. | Mac only 8.4 |
CNContactStore.UpdateContact Updates a contact. | Mac/iOS 8.4 |
CNContainer.Name The name of the container. | Mac/iOS 8.4 |
CNContainer.Type Queries type of container. | Mac/iOS 8.4 |
CNGroup.Name Queries group name. | Mac/iOS 8.4 |
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 |
CURL.SetUpdateProgressDialog Sets whether progress dialog should be automatically updated. | All 2.5 |
Calendar.Alarm.Duplicate Creates a copy of an alarm. | Mac only 3.5 |
Calendar.Alarm.GetAbsoluteTrigger Queries the absolute trigger timestamp. | Mac only 3.5 |
Calendar.Alarm.GetAcknowledged Queries acknowledged flag. | Mac only 3.5 |
Calendar.Alarm.GetAction Queries the action for this alarm. | Mac only 3.5 |
Calendar.Alarm.GetEmailAddress Queries the email address for an alarm. | Mac only 3.5 |
Calendar.Alarm.GetRelatedTo Queries the related to setting. | Mac only 3.5 |
Calendar.Alarm.GetRelativeTrigger Queries the relative trigger value. | Mac only 3.5 |
Calendar.Alarm.GetSound Queries the sounds for this alarm. | Mac only 3.5 |
Calendar.Alarm.GetURL Queries the URL of the alarm. | Mac only 3.5 |
Calendar.Alarm.SetAbsoluteTrigger Sets the absolute trigger timestamp. | Mac only 3.5 |
Calendar.Alarm.SetAcknowledged Sets acknowledged flag. | Mac only 3.5 |
Calendar.Alarm.SetAction Sets an action for this alarm. | Mac only 3.5 |
Calendar.Alarm.SetEmailAddress Sets the email address for this alarm. | Mac only 3.5 |
Calendar.Alarm.SetRelatedTo Sets the related to setting. | Mac only 3.5 |
Calendar.Alarm.SetRelativeTrigger Sets the relative trigger value. | Mac only 3.5 |
Calendar.Alarm.SetSound Sets the sounds for this alarm. | Mac only 3.5 |
Calendar.Alarm.SetURL Sets the URL of the alarm. | Mac only 3.5 |
Calendar.Alarm.TriggerDateRelativeTo Queries the relative trigger date for this alarm. | Mac only 3.5 |
Calendar.Attendee.GetAddress Returns URL address of attendee entry. | Mac only 3.5 |
Calendar.Attendee.GetCommonName Returns the user-entered name of the attendee. | Mac only 3.5 |
Calendar.Attendee.GetStatus Returns status of attendee. | Mac only 3.5 |
Calendar.Calendar.Duplicate Creates a copy of an existing calendar. | Mac only 3.4 |
Calendar.Calendar.GetColor Queries the color of the calendar. | Mac only 3.4 |
Calendar.Calendar.GetNotes Queries the notes of the calendar. | Mac only 3.4 |
Calendar.Calendar.GetTitle Queries the title of the calendar. | Mac only 3.4 |
Calendar.Calendar.GetType Queries the type of the calendar. | Mac only 3.4 |
Calendar.Calendar.GetUID Queries the UID of a calendar. | Mac only 3.4 |
Calendar.Calendar.IsEditable Whether calendar is editable. | Mac only 3.4 |
Calendar.Calendar.SetColor Sets the color for a calendar. | Mac only 3.4 |
Calendar.Calendar.SetNotes Sets the notes for the calendar. | Mac only 3.4 |
Calendar.Calendar.SetTitle Set title of the calendar. | Mac only 3.4 |
Calendar.Calendars Returns the list of calendars known to the system. | Mac only 3.4 |
Calendar.Events Queries events. | Mac only 3.4 |
Calendar.Initialize Initializes CalendarStore framework. | Mac only 9.2 |
Calendar.Item.AddAlarm Adds an alarm to a calendar item. | Mac only 3.5 |
Calendar.Item.Duplicate Creates a copy of an existing item. | Mac only 3.4 |
Calendar.Item.GetAlarms Queries the list of alarms for this item. | Mac only 3.5 |
Calendar.Item.GetAllDay Queries whether event is all day. | Mac only 3.4 |
Calendar.Item.GetAttendeeCommonName Queries name of attendees. | Mac only 3.4 |
Calendar.Item.GetAttendeeCount Queries number of attendees. | Mac only 3.4 |
Calendar.Item.GetAttendeeStatus Queries status of attendees. | Mac only 3.4 |
Calendar.Item.GetAttendeeURL Queries URL of attendees. | Mac only 3.4 |
Calendar.Item.GetAttendees Queries the list of attendees for this event. | Mac only 3.5 |
Calendar.Item.GetCalendar Queries the calendar id for this calendar item. | Mac only 3.4 |
Calendar.Item.GetCompleted Queries the completed flag for a reminder. | Mac only 3.4 |
Calendar.Item.GetCompletionDate Queries the completion date. | Mac only 3.4 |
Calendar.Item.GetDateStamp Queries date stamp for this event. | Mac only 3.4 |
Calendar.Item.GetDueDate Queries due date of this reminder/task. | Mac only 3.4 |
Calendar.Item.GetEndDate Queries the end date of an event. | Mac only 3.4 |
Calendar.Item.GetLocation Queries the location for the event. | Mac only 3.4 |
Calendar.Item.GetNotes Queries the notes of the calendar item. | Mac only 3.4 |
Calendar.Item.GetPriority Queries the priority of a task/reminder. | Mac only 3.4 |
Calendar.Item.GetStartDate Queries the start date of an event. | Mac only 3.4 |
Calendar.Item.GetTitle Queries the title of the event or reminder. | Mac only 3.4 |
Calendar.Item.GetUID Queries the unique identifier for a new calendar item. | Mac only 3.4 |
Calendar.Item.GetURL Queries the URL of a calendar item. | Mac only 3.4 |
Calendar.Item.HasAlarm Whether this calendar item has an alarm. | Mac only 3.4 |
Calendar.Item.IsDetached Whether event is detached. | Mac only 3.4 |
Calendar.Item.NextAlarmDate Queries date of next alarm. | Mac only 3.4 |
Calendar.Item.Occurrence Returns the occurrence date of an event. | Mac only 3.4 |
Calendar.Item.RemoveAlarm Removes an alarm from an item. | Mac only 3.5 |
Calendar.Item.SetAllDay Sets the all day flag for an event. | Mac only 3.4 |
Calendar.Item.SetCalendar Assigns a calendar to the calendar item. | Mac only 3.4 |
Calendar.Item.SetCompleted Sets the completed flag for a reminder. | Mac only 3.4 |
Calendar.Item.SetCompletionDate Sets a new completion date for a reminder. | Mac only 3.4 |
Calendar.Item.SetDueDate Sets due date of a reminder/task. | Mac only 3.4 |
Calendar.Item.SetEndDate Sets the end date of an event. | Mac only 3.4 |
Calendar.Item.SetLocation Sets a location for an event. | Mac only 3.4 |
Calendar.Item.SetNotes Sets the notes for this item. | Mac only 3.4 |
Calendar.Item.SetPriority Sets the priority of a task/reminder. | Mac only 3.4 |
Calendar.Item.SetStartDate Sets the start date of an event. | Mac only 3.4 |
Calendar.Item.SetTitle Sets the title of the event or reminder. | Mac only 3.4 |
Calendar.Item.SetURL Assigns a new URL for a calendar item. | Mac only 3.4 |
Calendar.NewAlarm Creates a new alarm. | Mac only 3.5 |
Calendar.NewCalendar Creates a new calendar. | Mac only 3.4 |
Calendar.NewEvent Creates a new event. | Mac only 3.4 |
Calendar.NewReminder Creates a new reminder. | Mac only 3.4 |
Calendar.Notification.Clear Clears the registered notification script. | Mac only 3.5 |
Calendar.Notification.Evaluate Installs a notification evaluation. | Mac only 6.2 |
Calendar.Notification.GetChangedExternally Queries if the last notification script call was caused by a changed in another app. | Mac only 3.5 |
Calendar.Notification.GetDeletedRecords Queries list of deleted records. | Mac only 3.5 |
Calendar.Notification.GetInsertedRecords Queries list of inserted records. | Mac only 3.5 |
Calendar.Notification.GetProcessID Queries the process ID. | Mac only 3.5 |
Calendar.Notification.GetProcessName Queries the process name. | Mac only 3.5 |
Calendar.Notification.GetUpdatedRecords Queries list of updated records. | Mac only 3.5 |
Calendar.Notification.GetUserUID Queries the user ID. | Mac only 3.5 |
Calendar.Notification.GetWhat Queries what changed in the database. | Mac only 3.5 |
Calendar.Notification.Set Installs a notification script. | Mac only 3.5 |
Calendar.RemoveCalendar Deletes the calendar. | Mac only 3.4 |
Calendar.RemoveEvent Deletes the event. | Mac only 3.4 |
Calendar.RemoveReminder Deletes the reminder. | Mac only 3.4 |
Calendar.SaveCalendar Saves the calendar. | Mac only 3.4 |
Calendar.SaveEvent Saves the event. | Mac only 3.4 |
Calendar.SaveReminder Saves the reminder. | Mac only 3.4 |
Calendar.SelectEvent Selects an event with occurrance for editing. | Mac only 3.4 |
Calendar.Tasks Queries all tasks. | Mac only 3.4 |
Calendar.TasksCompletedSince Queries tasks completed since a given date. | Mac only 3.4 |
Calendar.UncompletedTasks Queries all uncompleted tasks. | Mac only 3.4 |
Calendar.UncompletedTasksDueBefore Queries tasks completed before a given date. | Mac only 3.4 |
Clipboard.AddText New in 13.2 Adds text to the clipboard. | Mac only 13.2 |
Clipboard.DetectFileMakerDataType Checks which type of data is in the XML. | Mac/Win 10.1 |
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.GetPDF Queries PDF in the clipboard. | Mac/Win/iOS 12.2 |
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.GetStyledText Queries styled text from clipboard. | 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.SetPDF Puts PDF in the clipboard. | Mac/Win/iOS 12.2 |
Clipboard.SetPicture Sets clipboard picture. | Mac/Win/iOS 6.3 |
Clipboard.SetRTFText Puts RTF data on the clipboard. | Mac/Win/iOS 5.0 |
Clipboard.SetStyledText Put styled text on the clipboard. | Mac/Win/iOS 5.0 |
Clipboard.SetText Sets the text on the clipboard. | Mac/Win/iOS 2.6 |
ColorPanel.Choose Shows color chooser. | Win only 8.3 |
ColorPanel.GetAlpha Queries alpha component of current color. | Mac only 10.3 |
ColorPanel.GetColor Queries current color. | Mac only 8.3 |
ColorPanel.GetColorChangedEvaluate Queries expression. | Mac only 8.3 |
ColorPanel.GetColorChangedScript Queries script to run when color changed. | Mac only 8.3 |
ColorPanel.GetColorName Queries catalog name for current color. | Mac only 10.3 |
ColorPanel.GetVisible Queries visible state. | Mac only 10.2 |
ColorPanel.Hide Hides color panel. | Mac only 8.3 |
ColorPanel.SetAlpha Sets alpha part of the color. | Mac only 10.3 |
ColorPanel.SetColor Sets color. | Mac only 8.3 |
ColorPanel.SetColorChangedEvaluate Sets expression to run when color changed. | Mac only 8.3 |
ColorPanel.SetColorChangedScript Sets script to trigger if color changed. | Mac only 8.3 |
ColorPanel.SetVisible Shows or hides the panel. | Mac only 10.2 |
ColorPanel.Show Shows color panel. | Mac only 8.3 |
Container.Screenshot Takes screenshot from a named control in FileMaker. | Mac/Win 11.4 |
ContinuityCamera.CanImport New in 13.1 Checks whether we can import. | Mac only 13.1 |
ContinuityCamera.Clear Clears current result. | Mac only 9.2 |
ContinuityCamera.GetEnabled Queries whether this is enabled. | Mac only 12.1 |
ContinuityCamera.HasPopupMenu New in 13.1 Checks whether we can show a popup menu. | Mac only 13.1 |
ContinuityCamera.Import Asks iPhone camera to import a document or photo. | Mac only 9.2 |
ContinuityCamera.Initialize Initializes continuity camera. | Mac only 12.1 |
ContinuityCamera.PopupMenu Shows the import from device popup menu. | Mac only 9.2 |
ContinuityCamera.Result Queries result. | Mac only 9.2 |
ContinuityCamera.SetEnabled Enables or disables continuity camera. | Mac only 12.1 |
ContinuityCamera.SetScriptTrigger Sets the script to trigger. | Mac only 9.2 |
CoreLocation.ClearFailHandler Clears the script called for errors. | Mac/iOS 2.7 |
CoreLocation.ClearUpdateLocationHandler Clears the script called for new location. | Mac/iOS 2.7 |
CoreLocation.RegionMonitoringAvailable Whether region monitoring is supported on the current device. | Mac/iOS 9.1 |
CoreLocation.RegionMonitoringEnabled Whether region monitoring is currently enabled. | Mac/iOS 9.1 |
CoreLocation.SetFailEvaluate Sets the expression evaluated when CoreLocation wants to report an error. | Mac/iOS 6.2 |
CoreLocation.SetFailHandler Sets the script called when CoreLocation wants to report an error. | Mac/iOS 2.7 |
CoreLocation.SetUpdateLocationEvaluate Sets the expression evaluated when a new location has been detected. | Mac/iOS 6.2 |
CoreLocation.SetUpdateLocationHandler Sets the script called when a new location has been detected. | Mac/iOS 2.7 |
CoreLocation.altitude The altitude measured in meters. | Mac/iOS 2.7 |
CoreLocation.authorizationStatus Returns the app’s authorization status for using location services. | Mac/iOS 9.1 |
CoreLocation.course Returns the direction in which the device is traveling. | Mac/iOS 2.7 |
CoreLocation.description Returns the location data in a formatted text string. | Mac/iOS 2.7 |
CoreLocation.desiredAccuracy The desired accuracy of the location data. | Mac/iOS 2.7 |
CoreLocation.dismissHeadingCalibrationDisplay Dismisses the heading calibration view from the screen immediately. | Mac/iOS 9.1 |
CoreLocation.distanceFilter Queries distance filter setting. | Mac/iOS 2.7 |
CoreLocation.distanceFromLocation Returns the distance (in meters) from the receiver's location to the specified location. | Mac/iOS 2.7 |
CoreLocation.hasLocation Queries whether we have a location. | Mac/iOS 9.4 |
CoreLocation.headingAvailable Whether heading is available. | Mac/iOS 2.7 |
CoreLocation.horizontalAccuracy The radius of uncertainty for the location, measured in meters. | Mac/iOS 2.7 |
CoreLocation.latitude Returns the geographical coordinate information. | Mac/iOS 2.7 |
CoreLocation.locationServicesEnabled Returns a Boolean value indicating whether location services are enabled on the device. | Mac/iOS 2.7 |
CoreLocation.longitude Returns the geographical coordinate information. | Mac/iOS 2.7 |
CoreLocation.purpose An application-provided string that describes the reason for using location services. | Mac/iOS 2.7 |
CoreLocation.requestLocation Requests the one-time delivery of the user’s current location. | Mac/iOS 9.1 |
CoreLocation.requestTemporaryFullAccuracyAuthorization Asks for temporary access. | Mac/iOS 11.1 |
CoreLocation.requestWhenInUseAuthorization Requests permission to use location services while the app is in the foreground. | Mac/iOS 9.1 |
CoreLocation.setDesiredAccuracy Sets the desired accuracy of the location data. | Mac/iOS 2.7 |
CoreLocation.setDistanceFilter Sets distance filter. | Mac/iOS 2.7 |
CoreLocation.setPurpose Sets the application-provided string that describes the reason for using location services. | Mac/iOS 2.7 |
CoreLocation.significantLocationChangeMonitoringAvailable Returns a Boolean value indicating whether significant location change tracking is available. | Mac/iOS 2.7 |
CoreLocation.speed The instantaneous speed of the device in meters per second. | Mac/iOS 2.7 |
CoreLocation.startMonitoringSignificantLocationChanges Starts the generation of updates based on significant location changes. | Mac/iOS 2.7 |
CoreLocation.startUpdatingHeading Starts the generation of updates that report the user’s current heading. | Mac/iOS 9.1 |
CoreLocation.startUpdatingLocation Starts the generation of updates that report the user's current location. | Mac/iOS 2.7 |
CoreLocation.stopMonitoringSignificantLocationChanges Stops the delivery of location events based on significant location changes. | Mac/iOS 2.7 |
CoreLocation.stopUpdatingLocation Stops the generation of location updates. | Mac/iOS 2.7 |
CoreLocation.timestamp Returns the time at which this location was determined. | Mac/iOS 2.7 |
CoreLocation.verticalAccuracy Returns the accuracy of the altitude value in meters. | Mac/iOS 2.7 |
Debugger.BringToFront Brings the debugger window to front. | Mac only 7.4 |
Debugger.CurrentLineNumber Queries current line number. | Mac only 8.5 |
Debugger.GetCallStack Queries current call stack from debugger panel. | Mac only 7.4 |
Debugger.IsDataViewerVisible Checks whether the data viewer is open. | Mac only 11.2 |
Debugger.IsVisible Checks whether debugger is visible. | Mac only 7.4 |
Debugger.Title Queries title of debugger panel. | Mac only 7.4 |
Debugger.Window Queries window ID for the debugger. | Mac only 7.4 |
Dialog.AddField Adds a field for the dialog. | Mac only 6.4 |
Dialog.ClearFields Clears all fields. | Mac only 6.4 |
Dialog.CloseSheet Closes a sheet if there is one running. | Mac only 4.2 |
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.GetFieldText Queries field text. | Mac only 6.4 |
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.GetSheetEvaluate Queries notification evaluation expression. | Mac only 6.2 |
Dialog.GetSheetFileName Queries notification script's file name. | Mac only 4.2 |
Dialog.GetSheetRunning Queries if there is a sheet visible currently. | Mac only 4.2 |
Dialog.GetSheetScriptName Queries notification script name. | Mac only 4.2 |
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.GetTextAlignment Queries whether to change text alignment for dialog. | Mac only 12.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.RunSheet Runs dialog as sheet. | Mac only 4.2 |
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.SetFieldText Sets the text for a field. | Mac only 6.4 |
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.SetSheetEvaluate Defines expression for the notification evaluation. | Mac only 6.2 |
Dialog.SetSheetFileName Defines file name for the notification script. | Mac only 4.2 |
Dialog.SetSheetScriptName Defines script name for the notification script. | Mac only 4.2 |
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.SetTextAlignment Sets whether to change text alignment for dialog. | Mac only 12.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 |
DialogModifications.Clear Clears the internal replacements list. | Mac/iOS 4.3 |
DialogModifications.Install Installs feature which can rename dialog elements in FileMaker. | Mac/iOS 4.3 |
DialogModifications.List Lists the current set dialog modifications as JSON. | Mac/iOS 12.2 |
DialogModifications.Set Adds an entry to the replacements list. | Mac/iOS 4.3 |
DialogModifications.Uninstall Uninstalls the feature. | Mac/iOS 4.3 |
DirectoryWatcher.GetEvaluate Queries the expression to evaluate. | Win only 7.1 |
DirectoryWatcher.GetFileName Returns the file name for the watcher. | Win only 7.1 |
DirectoryWatcher.GetScriptName Returns the script name for the watcher. | Win only 7.1 |
DirectoryWatcher.SetEvaluate Sets the expression to evaluate. | Win only 7.1 |
DirectoryWatcher.SetFileName Sets the file name for watcher. | Win only 7.1 |
DirectoryWatcher.SetScriptName Sets the script name for watcher. | Win only 7.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.GetAutoResizingMask Queries auto resizing mask. | Mac only 9.1 |
DragDrop.GetEmailAccount Returns account name of the specified email message. | Mac only 2.7 |
DragDrop.GetEmailCount Returns number of emails received from Apple Mail app. | Mac only 2.7 |
DragDrop.GetEmailID Returns subject of the specified email message. | Mac only 2.7 |
DragDrop.GetEmailMailbox Returns mailbox name of the specified email message. | Mac only 2.7 |
DragDrop.GetEmailSubject Returns subject of the specified email message. | Mac only 2.7 |
DragDrop.GetFileDescriptor Queries file descriptor. | Win only 8.1 |
DragDrop.GetFileDescriptorCount Queries number of file descriptors. | Win only 8.1 |
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.GetPicture Queries picture from drag and drop action. | 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.GetURL Queries URL from the drop. | Mac only 2.6 |
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.RegisterDropTypes Defines what file types should be accepted for drag and drop for this window. | Mac only 2.4 |
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.SetAutoResizingMask Sets the auto resizing mask. | Mac only 9.1 |
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 |
DragDrop.UnregisterDropTypes Unregisteres all drag types for the specified drop area. | Mac only 2.4 |
DynaPDF.Print.GetDevMode Queries device mode. | Win only 7.0 |
DynaPDF.Print.GetDevNames Queries device names. | Win only 7.0 |
DynaPDF.Print.SetDevMode Sets device mode. | Win only 7.0 |
DynaPDF.Print.SetDevNames Sets device names. | Win only 7.0 |
DynaPDF.SaveAndSignFileWinCryptDialog Saves and signs the current PDF. | Win only 10.1 |
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 |
Events.Alarm.Copy Creates a copy of the alarm. | Mac/iOS 6.2 |
Events.Alarm.GetAbsoluteDate Represents an alarm that fires at a specific date. | Mac/iOS 6.2 |
Events.Alarm.GetEmailAddress Query the email for this alarm. | Mac/iOS 6.2 |
Events.Alarm.GetProximity Queries proximity. | Mac/iOS 6.2 |
Events.Alarm.GetRelativeOffset Queries the relative offset from an event start date to fire an alarm. | Mac/iOS 6.2 |
Events.Alarm.GetSound Queries the sound to play. | Mac/iOS 6.2 |
Events.Alarm.GetStructuredLocation Queries the location for the event. | Mac/iOS 6.2 |
Events.Alarm.GetURL Queries the URL to open when the alarm triggers. | Mac/iOS 6.2 |
Events.Alarm.SetAbsoluteDate Sets an alarm that fires at a specific date. | Mac/iOS 6.2 |
Events.Alarm.SetEmailAddress Sets the email for this alarm. | Mac/iOS 6.2 |
Events.Alarm.SetProximity Sets the proximity for this alarm. | Mac/iOS 6.2 |
Events.Alarm.SetRelativeOffset Sets a relative offset from an event start date to fire an alarm. | Mac/iOS 6.2 |
Events.Alarm.SetSound Sets the sound to play. | Mac/iOS 6.2 |
Events.Alarm.SetStructuredLocation Sets the location for the event. | Mac/iOS 6.2 |
Events.Alarm.SetURL Sets the URL to open when the alarm triggers. | Mac/iOS 6.2 |
Events.Alarm.TriggerDateRelativeTo Calculates the next alarm time. | Mac/iOS 6.2 |
Events.Alarm.Type Queries the type of alarm. | Mac/iOS 6.2 |
Events.AuthorizationStatusForEntityType Returns the authorization status for the given entity type. | Mac/iOS 6.2 |
Events.Calendar.AllowsContentModifications Represents whether you can this add, remove, or modify items in this calendar. | Mac/iOS 6.2 |
Events.Calendar.CalendarIdentifier A unique identifier for the calendar. | Mac/iOS 6.2 |
Events.Calendar.Duplicate Creates a copy of the calendar. | Mac/iOS 6.2 |
Events.Calendar.GetColor Returns the calendar color. | Mac/iOS 6.2 |
Events.Calendar.GetSource Query the source ID for this calendar. | Mac/iOS 6.2 |
Events.Calendar.GetTitle Gets the title of the calendar | Mac/iOS 6.2 |
Events.Calendar.GetType Queries type of calendar. | Mac/iOS 6.2 |
Events.Calendar.Immutable Queries whether calendar is immutable. | Mac/iOS 6.2 |
Events.Calendar.SetColor Sets the calendar color. | Mac/iOS 6.2 |
Events.Calendar.SetSource Sets the source for a new calendar. | Mac/iOS 6.2 |
Events.Calendar.SetTitle Sets the title of the calendar. | Mac/iOS 6.2 |
Events.Calendar.Subscribed Whether this is a subscribed calendar. | Mac/iOS 6.2 |
Events.Calendar.allowedEntityTypes Returns the entity types this calendar can contain. | Mac/iOS 6.2 |
Events.Calendar.supportedEventAvailabilities Returns list of supported event availabilities. | Mac/iOS 6.2 |
Events.CalendarCount Queries number of calendars. | Mac/iOS 6.2 |
Events.CalendarItemsWithExternalIdentifier Finds matching events for external identifier. | Mac/iOS 6.2 |
Events.Calendars Returns calendars that support a given entity type. | Mac/iOS 6.2 |
Events.ClearNotification Clears the script trigger for changes. | Mac/iOS 6.2 |
Events.Commit Commits pending changes to the database. | Mac/iOS 6.2 |
Events.CompletedReminders Fetch completed reminders in a set of calendars. | Mac/iOS 6.2 |
Events.DelegateSources Returns an unordered list of sources for all available delegates. | Mac/iOS 6.2 |
Events.Event.BirthdayContactIdentifier The contact identifier of the person for this birthday event. | Mac/iOS 12.0 |
Events.Event.EventIdentifier Queries event long identifier for a short event identifier. | Mac/iOS 13.0 |
Events.Event.GetAllDay Query whether this is an all day event. | Mac/iOS 6.2 |
Events.Event.GetAvailability Queries availability. | Mac/iOS 6.2 |
Events.Event.GetEndDate Queries the end date for the event. | Mac/iOS 6.2 |
Events.Event.GetStartDate Queries the start date for the event. | Mac/iOS 6.2 |
Events.Event.GetStructuredLocation Queries structured location. | Mac/iOS 6.2 |
Events.Event.IsDetached Represents whether this event is detached from a recurring series. | Mac/iOS 6.2 |
Events.Event.OccurrenceDate The occurrence date of an event if it is part of a recurring series. | Mac/iOS 6.2 |
Events.Event.Refresh Refreshes an event object to ensure it's still valid. | Mac/iOS 6.2 |
Events.Event.SetAllDay Sets the all day flag for an event. | Mac/iOS 6.2 |
Events.Event.SetAvailability Sets availability. | Mac/iOS 6.2 |
Events.Event.SetEndDate Sets the end date for the event. | Mac/iOS 6.2 |
Events.Event.SetStartDate Sets the start date for the event. | Mac/iOS 6.2 |
Events.Event.SetStructuredLocation Sets the structured location. | Mac/iOS 6.2 |
Events.Event.Status Queries status of event. | Mac/iOS 6.2 |
Events.Event.compareStartDateWithEvent Comparison function. | Mac/iOS 6.2 |
Events.Event.organizer The organizer of this event, or empty. | Mac/iOS 6.2 |
Events.EventStoreIdentifier Returns a unique identifier string representing this calendar store. | Mac/iOS 6.2 |
Events.Events Queries events in a given time range. | Mac/iOS 6.2 |
Events.IncompleteReminders Fetch incompleted reminders in a set of calendars. | Mac/iOS 6.2 |
Events.Initialize Initializes EventKit and opens event store. | Mac/iOS 6.2 |
Events.Item.AddAlarm Adds an alarm. | Mac/iOS 6.2 |
Events.Item.AddRecurrenceRule Adds a recurrence rule. | Mac/iOS 6.2 |
Events.Item.Alarms Queries list of alarm references. | Mac/iOS 6.2 |
Events.Item.Attendees Queries list of attendee reference list. | Mac/iOS 6.2 |
Events.Item.CalendarItemExternalIdentifier A server-provided identifier for this calendar item. | Mac/iOS 6.2 |
Events.Item.CalendarItemIdentifier Returns a unique identifier for a calendar item. | Mac/iOS 6.2 |
Events.Item.Duplicate Creates a copy of the item. | Mac/iOS 6.2 |
Events.Item.GetCalendar Queries the calendar for this item. | Mac/iOS 6.2 |
Events.Item.GetLocation Queries the location text. | Mac/iOS 6.2 |
Events.Item.GetNotes Queries the notes text. | Mac/iOS 6.2 |
Events.Item.GetTimeZone Queries timezone. | Mac/iOS 6.2 |
Events.Item.GetTitle Queries title of the item. | Mac/iOS 6.2 |
Events.Item.GetURL Queries the URL for this item. | Mac/iOS 6.2 |
Events.Item.HasAlarms Whether this event has alarms. | Mac/iOS 6.2 |
Events.Item.HasAttendees Whether this event has attendees. | Mac/iOS 6.2 |
Events.Item.HasNotes Whether this event has notes. | Mac/iOS 6.2 |
Events.Item.HasRecurrenceRules Whether this event has recurrence rules. | Mac/iOS 6.2 |
Events.Item.RecurrenceRules Queries list of recurrence rules reference list. | Mac/iOS 6.2 |
Events.Item.RemoveAlarm Removes an alarm from the item. | Mac/iOS 6.2 |
Events.Item.RemoveRecurrenceRule Removes a recurrence rule. | Mac/iOS 6.2 |
Events.Item.SetCalendar Sets the calendar for the event. | Mac/iOS 6.2 |
Events.Item.SetLocation Sets the location for this event. | Mac/iOS 6.2 |
Events.Item.SetNotes Sets the notes text for the calendar item. | Mac/iOS 6.2 |
Events.Item.SetTimeZone Sets time zone for this item. | Mac/iOS 6.2 |
Events.Item.SetTitle Sets the item title. | Mac/iOS 6.2 |
Events.Item.SetURL Sets the URL for the calendar item. | Mac/iOS 6.2 |
Events.Item.creationDate Queries creation date. | Mac/iOS 6.2 |
Events.Item.lastModifiedDate Queries last modification date. | Mac/iOS 6.2 |
Events.NewAlarm Creates a new alarm. | Mac/iOS 6.2 |
Events.NewAlarmWithAbsoluteDate Creates a new alarm with an absolute trigger time. | Mac/iOS 6.2 |
Events.NewAlarmWithRelativeOffset Creates a new alarm with a relative trigger time. | Mac/iOS 6.2 |
Events.NewCalendar Creates a new calendar that may contain the given entity type. | Mac/iOS 6.2 |
Events.NewEvent Creates a new event. | Mac/iOS 6.2 |
Events.NewReminder Creates a new reminder. | Mac/iOS 6.2 |
Events.Object.HasChanges Checks if there are changes. | Mac/iOS 6.2 |
Events.Object.IsNew Returns 1 if this object has never been saved, else 0. | Mac/iOS 6.2 |
Events.Object.Refresh Refreshes values for this object. | Mac/iOS 6.2 |
Events.Object.Reset Resets the object. | Mac/iOS 6.2 |
Events.Object.Rollback Discards any changes. | Mac/iOS 6.2 |
Events.Participant.GetName Queries name of participant. | Mac/iOS 6.2 |
Events.Participant.GetStatus Queries participant status. | Mac/iOS 6.2 |
Events.Participant.IsCurrentUser Whether this is current user. | Mac/iOS 6.2 |
Events.Participant.Name Name of this participant. | Mac/iOS 6.2 |
Events.Participant.Person Returns the addressbook person reference that represents this participant. | Mac/iOS 6.2 |
Events.Participant.Role The role of the attendee. | Mac/iOS 6.2 |
Events.Participant.Status The status of the attendee. | Mac/iOS 6.2 |
Events.Participant.Type The type of the attendee. | Mac/iOS 6.2 |
Events.Participant.URL URL representing this participant. | Mac/iOS 6.2 |
Events.RecurrenceDayOfWeek.Copy Creates a copy of the day of week object. | Mac/iOS 6.2 |
Events.RecurrenceDayOfWeek.DayOfTheWeek The day of the week. | Mac/iOS 6.2 |
Events.RecurrenceDayOfWeek.NewWithDayOfWeek Creates a object with a day of the week. | Mac/iOS 6.2 |
Events.RecurrenceDayOfWeek.WeekNumber The week number. | Mac/iOS 6.2 |
Events.RecurrenceEnd.Copy Creates a copy of a recurrence end. | Mac/iOS 6.2 |
Events.RecurrenceEnd.EndDate Queries end date. | Mac/iOS 6.2 |
Events.RecurrenceEnd.NewWithEndDate Creates a recurrence end with a specific end date. | Mac/iOS 6.2 |
Events.RecurrenceEnd.NewWithOccurrenceCount Creates a recurrence end with a maximum occurrence count. | Mac/iOS 6.2 |
Events.RecurrenceEnd.OccurrenceCount Queries count. | Mac/iOS 6.2 |
Events.RecurrenceRule.CalendarIdentifier Calendar used by this recurrence rule. | Mac/iOS 6.2 |
Events.RecurrenceRule.Copy Creates a copy of the recurrence rule. | Mac/iOS 6.2 |
Events.RecurrenceRule.DaysOfTheMonth Queries days of the month. | Mac/iOS 6.2 |
Events.RecurrenceRule.DaysOfTheWeek Queries days of the week. | Mac/iOS 6.2 |
Events.RecurrenceRule.DaysOfTheYear Queries days of the year. | Mac/iOS 6.2 |
Events.RecurrenceRule.Description Returns short description text for debugging. | Mac/iOS 7.2 |
Events.RecurrenceRule.FirstDayOfTheWeek Queries first day of week number. | Mac/iOS 6.2 |
Events.RecurrenceRule.Frequency Queries frequency. | Mac/iOS 6.2 |
Events.RecurrenceRule.GetRecurrenceEnd Queries recurrence end. | Mac/iOS 6.2 |
Events.RecurrenceRule.Interval Queries interval. | Mac/iOS 6.2 |
Events.RecurrenceRule.MonthsOfTheYear Queries months of the year. | Mac/iOS 6.2 |
Events.RecurrenceRule.NewWithFrequency Creates a new recurrence rule. | Mac/iOS 6.2 |
Events.RecurrenceRule.SetPositions Queries the set positions. | Mac/iOS 6.2 |
Events.RecurrenceRule.SetRecurrenceEnd Sets the recurrence end. | Mac/iOS 6.2 |
Events.RecurrenceRule.WeeksOfTheYear Queries weeks of the year. | Mac/iOS 6.2 |
Events.RefreshSourcesIfNecessary Cause a sync to potentially occur taking into account the necessity of it. | Mac/iOS 6.2 |
Events.Reminder.GetCompleted Whether or not the reminder is completed. | Mac/iOS 6.2 |
Events.Reminder.GetCompletionDate Queries the date on which this reminder was completed. | Mac/iOS 6.2 |
Events.Reminder.GetDueDate Queries due date. | Mac/iOS 6.2 |
Events.Reminder.GetDueTimestamp Queries due date as time stamp. | Mac/iOS 9.3 |
Events.Reminder.GetPriority Queries the priority of the reminder. | Mac/iOS 6.2 |
Events.Reminder.GetStartDate Queries start date. | Mac/iOS 6.2 |
Events.Reminder.GetStartTimestamp Queries start date as timestamp. | Mac/iOS 9.3 |
Events.Reminder.SetCompleted Whether or not the reminder is completed. | Mac/iOS 6.2 |
Events.Reminder.SetCompletionDate Sets the date on which this reminder was completed. | Mac/iOS 6.2 |
Events.Reminder.SetDueDate The date by which this reminder should be completed. | Mac/iOS 6.2 |
Events.Reminder.SetDueDateComponents The date by which this reminder should be completed. | Mac/iOS 6.2 |
Events.Reminder.SetPriority Sets the priority of the reminder. | Mac/iOS 6.2 |
Events.Reminder.SetStartDate Sets the start date of the task. | Mac/iOS 6.2 |
Events.Reminder.SetStartDateComponents Sets the start date of the task, as date components. | Mac/iOS 6.2 |
Events.Reminders Fetch all reminders in a set of calendars. | Mac/iOS 6.2 |
Events.RemoveCalendar Removes a calendar from the database. | Mac/iOS 6.2 |
Events.RemoveEvent Removes an event from the calendar store. | Mac/iOS 6.2 |
Events.RemoveReminder Removes a reminder from the event store. | Mac/iOS 6.2 |
Events.RequestAccessToEntityType Requests access for the entity type. | Mac/iOS 6.2 |
Events.Reset Resets the event store. | Mac/iOS 6.2 |
Events.SaveCalendar Saves changes to a calendar, or adds a new calendar to the database. | Mac/iOS 6.2 |
Events.SaveEvent Saves changes to an event permanently. | Mac/iOS 6.2 |
Events.SaveReminder Saves changes to a reminder. | Mac/iOS 6.2 |
Events.SelectEvent Selects an event via ID. | Mac/iOS 6.2 |
Events.SetNotification Installs a notification script. | Mac/iOS 6.2 |
Events.SetNotificationEvaluate Installs a notification evaluation. | Mac/iOS 6.2 |
Events.Source.Calendars Queries calendars inside the given source. | Mac/iOS 6.2 |
Events.Source.Title Queries title of the source. | Mac/iOS 6.2 |
Events.Source.Type Queries type of the source. | Mac/iOS 6.2 |
Events.SourceWithType Returns the first source matching the type. | Mac/iOS 6.2 |
Events.Sources Returns an unordered list of source IDs. | Mac/iOS 6.2 |
Events.StructuredLocation.Copy Creates a copy of the structured location. | Mac/iOS 6.2 |
Events.StructuredLocation.GetGeoLocation Queries the geo location. | Mac/iOS 6.2 |
Events.StructuredLocation.GetRadius Queries radius. | Mac/iOS 6.2 |
Events.StructuredLocation.NewLocationWithTitle Creates a new location. | Mac/iOS 6.2 |
Events.StructuredLocation.SetGeoLocation Sets the geo coordinates for this location. | Mac/iOS 6.2 |
Events.StructuredLocation.SetRadius Sets the radius. | Mac/iOS 6.2 |
Events.StructuredLocation.Title Queries the title of this location. | Mac/iOS 6.2 |
Events.defaultCalendarForNewEvents Returns the calendar that events should be added to by default. | Mac/iOS 6.2 |
Events.defaultCalendarForNewReminders Returns the calendar that reminders should be added to by default. | Mac/iOS 6.2 |
FM.AllowFileDragDrop Installs fix for file drag and drop problem. | Mac only 7.0 |
FM.CustomFunctionsList Queries result from custom functions list. | Mac only 12.1 |
FM.DataViewerContent Looks for data viewer and copies visible table content. | Mac only 6.3 |
FM.DisableMouseWheel Disables use of mouse wheel on Windows. | Win only 5.1 |
FM.EnableMouseWheel Enables use of mouse wheel on Windows. | Win only 5.1 |
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.PatchNotificationProblem Patched problem with Scroll Notifications. | Mac only 8.1 |
FM.QueryCustomFunctionsList Queries custom functions list. | Mac only 12.1 |
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 |
FSEvents.GetFileName Returns the file name for the scheduled script start. | Mac only 5.4 |
FSEvents.GetScriptName Returns the script name for the scheduled script start. | Mac only 5.4 |
FSEvents.SetEvaluate Sets the expression for evaluate when database changes. | Mac only 6.2 |
FSEvents.SetFileName Sets the file name for scheduled script start. | Mac only 5.4 |
FSEvents.SetScriptName Sets the script name for scheduled script start. | Mac only 5.4 |
FileDialog.GetAllowMulti Queries whether multiple selection is allowed. | Mac/Win 2.7 |
FileDialog.GetAllowsOtherFileTypes Queries if other file types. | Mac only 4.3 |
FileDialog.GetCanSelectHiddenExtension Returns a Boolean value that indicates whether the panel allows the user to hide or show extensions. | Mac only 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.GetTreatsFilePackagesAsDirectories Whether the panel displays file packages as directories. | Mac only 2.7 |
FileDialog.GetUseSheet Queries sheet status. | Mac only 8.5 |
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.SetCanSelectHiddenExtension Sets whether the panel allows the user to hide or show extensions. | Mac only 2.7 |
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 only 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.SetSheetScriptTrigger Sets sheet trigger. | Mac only 8.5 |
FileDialog.SetShowHidden Specifies whether the panel displays files that are normally hidden from the user. | Mac/Win 2.7 |
FileDialog.SetTreatsFilePackagesAsDirectories Sets the panel's behavior for displaying file packages (for example, MyApp.app) to the user. | Mac only 2.7 |
FileDialog.SetUseSheet Sets whether to use sheets. | Mac only 8.5 |
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 or opens folder. | 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 |
GameKit.Achievement.Completed Queries completed state. | Mac/iOS 8.5 |
GameKit.Achievement.GetPercentComplete Queries percent complete. | Mac/iOS 8.5 |
GameKit.Achievement.GetShowsCompletionBanner Queries whether to show completion banner. | Mac/iOS 8.5 |
GameKit.Achievement.LastReportedDate Queries last reported time. | Mac/iOS 8.5 |
GameKit.Achievement.New Initializes a new achievement object for the local player. | Mac/iOS 8.5 |
GameKit.Achievement.Player Queries player identifier for the related player. | Mac/iOS 8.5 |
GameKit.Achievement.SetPercentComplete Sets percent complete. | Mac/iOS 8.5 |
GameKit.Achievement.SetShowsCompletionBanner Sets whether to show completion banner. | Mac/iOS 8.5 |
GameKit.AchievementDescription.AchievedDescription Queres description text. | Mac/iOS 8.5 |
GameKit.AchievementDescription.GroupIdentifier Queries group identifier. | Mac/iOS 8.5 |
GameKit.AchievementDescription.Hidden Queries hidden flag. | Mac/iOS 8.5 |
GameKit.AchievementDescription.Image Loads the image property for a completed achievement. | Mac/iOS 8.5 |
GameKit.AchievementDescription.IncompleteAchievementImage Queries a common image for incomplete achievements. | Mac/iOS 8.5 |
GameKit.AchievementDescription.MaximumPoints Queries maximum points. | Mac/iOS 8.5 |
GameKit.AchievementDescription.PlaceholderCompletedAchievementImage Returns a common image for completed achievements. | Mac/iOS 8.5 |
GameKit.AchievementDescription.Replayable Queries whether achievement is replay-able. | Mac/iOS 8.5 |
GameKit.AchievementDescription.Title Queries localized title for the achievement. | Mac/iOS 8.5 |
GameKit.AchievementDescription.UnachievedDescription Queries description text. | Mac/iOS 8.5 |
GameKit.AnonymousGuestPlayer Creates a new guest player with the designated identifier. | Mac/iOS 8.5 |
GameKit.Challenge.Achievement Queries achievement to complete. | Mac/iOS 8.5 |
GameKit.Challenge.CompletionDate The date the challenge was completed. | Mac/iOS 8.5 |
GameKit.Challenge.Decline Declines a challenge. | Mac/iOS 8.5 |
GameKit.Challenge.IssueDate The date the challenge was issued. | Mac/iOS 8.5 |
GameKit.Challenge.IssuingPlayer Queries issuing player. | Mac/iOS 8.5 |
GameKit.Challenge.Message A text message that describes the challenge. | Mac/iOS 8.5 |
GameKit.Challenge.ReceivingPlayer Queries receiving player. | Mac/iOS 8.5 |
GameKit.Challenge.Score Returns the score to beat. | Mac/iOS 8.5 |
GameKit.Challenge.State The current state of the challenge. | Mac/iOS 8.5 |
GameKit.DefaultLeaderboardIdentifier Loads the category identifier for the local player’s default leaderboard. | Mac/iOS 8.5 |
GameKit.GameCenterView.Dismiss Dismisses the dialog. | Mac/iOS 8.5 |
GameKit.GameCenterView.GetLeaderboardIdentifier Queries leaderboard. | Mac/iOS 8.5 |
GameKit.GameCenterView.GetLeaderboardTimeScope Queries time scope. | Mac/iOS 8.5 |
GameKit.GameCenterView.GetViewState Queries view state. | Mac/iOS 8.5 |
GameKit.GameCenterView.Initialize Initializes Game Center view. | Mac/iOS 8.5 |
GameKit.GameCenterView.Present Presents the dialog. | Mac/iOS 8.5 |
GameKit.GameCenterView.SetLeaderboardIdentifier Sets leaderboard. | Mac/iOS 8.5 |
GameKit.GameCenterView.SetLeaderboardTimeScope Sets time scope. | Mac/iOS 8.5 |
GameKit.GameCenterView.SetScriptTrigger Sets script trigger to call when dialog finishes. | Mac/iOS 8.5 |
GameKit.GameCenterView.SetViewState Sets the view state. | Mac/iOS 8.5 |
GameKit.GameCenterView.ShowBannerWithTitle Displays a banner to the player. | Mac/iOS 8.5 |
GameKit.Initialize Initialized GameKit. | Mac/iOS 8.5 |
GameKit.Leaderboard.GetPlayerScope Queries the player scope. | Mac/iOS 8.5 |
GameKit.Leaderboard.GetRange Queries the numerical score rankings to return from the search. | Mac/iOS 8.5 |
GameKit.Leaderboard.GetTimeScope Queries time scope. | Mac/iOS 8.5 |
GameKit.Leaderboard.GroupIdentifier Queries the identifier for the group the leaderboard is part of. | Mac/iOS 8.5 |
GameKit.Leaderboard.Image Queries the image associated with the default leaderboard. | Mac/iOS 8.5 |
GameKit.Leaderboard.LoadScores Retrieves a set of scores from Game Center. | Mac/iOS 8.5 |
GameKit.Leaderboard.Loading Queries whether this leaderboard is loading. | Mac/iOS 8.5 |
GameKit.Leaderboard.LocalPlayerScore Queries the score earned by the local player. | Mac/iOS 8.5 |
GameKit.Leaderboard.MaxRange Queries the size of the leaderboard. | Mac/iOS 8.5 |
GameKit.Leaderboard.New Creates new leaderboard. | Mac/iOS 8.5 |
GameKit.Leaderboard.Scores Returns list of score identifiers. | Mac/iOS 8.5 |
GameKit.Leaderboard.SetPlayerScope Sets the player scope. | Mac/iOS 8.5 |
GameKit.Leaderboard.SetRange Sets the numerical score rankings to return from the search. | Mac/iOS 8.5 |
GameKit.Leaderboard.SetTimeScope Sets time scope. | Mac/iOS 8.5 |
GameKit.Leaderboard.Title Queries the localized title for the leaderboard. | Mac/iOS 8.5 |
GameKit.LeaderboardSet.GroupIdentifier Queries identifies the group that the leaderboard set belongs to. | Mac/iOS 8.5 |
GameKit.LeaderboardSet.Image Load the image associated with the leaderboard set. | Mac/iOS 8.5 |
GameKit.LeaderboardSet.Title Queries localized title for the leaderboard set. | Mac/iOS 8.5 |
GameKit.LoadAchievementDescriptions Downloads the achievement descriptions from Game Center. | Mac/iOS 8.5 |
GameKit.LoadAchievements Loads achievements. | Mac/iOS 8.5 |
GameKit.LoadLeaderboardSets Load all of the leaderboard sets for the current game. | Mac/iOS 8.5 |
GameKit.LoadLeaderboards Loads the list of leaderboards from Game Center. | Mac/iOS 8.5 |
GameKit.LoadPlayers Loads information from Game Center about a list of players. | Mac/iOS 8.5 |
GameKit.LoadReceivedChallenges Loads the list of outstanding challenges. | Mac/iOS 8.5 |
GameKit.LocalPlayer Retrieves the shared instance of the local player. | Mac/iOS 8.5 |
GameKit.LocalPlayer.Authenticate Authenticates the local user. | Mac/iOS 8.5 |
GameKit.LocalPlayer.AuthenticateError Queries authenticate error. | Mac/iOS 8.5 |
GameKit.LocalPlayer.ClearAuthenticateHandler Clears authenticate handler. | Mac/iOS 8.5 |
GameKit.LocalPlayer.isAuthenticated Checks whether local player is authenticated. | Mac/iOS 8.5 |
GameKit.LocalPlayer.isUnderage Queries underage status. | Mac/iOS 8.5 |
GameKit.Player.Alias Queries alias name. | Mac/iOS 8.5 |
GameKit.Player.DisplayName Queries name to display. | Mac/iOS 8.5 |
GameKit.Player.GuestIdentifier Queries identifier for guest player. | Mac/iOS 8.5 |
GameKit.Player.Photo Loads a photo of this player from Game Center. | Mac/iOS 8.5 |
GameKit.RecentPlayers Returns an array of players the local player recently played with. | Mac/iOS 8.5 |
GameKit.ReportAchievements Reports progress on an array of achievements. | Mac/iOS 8.5 |
GameKit.ReportAchievementsWithEligibleChallenges Reports progress on an array of achievements. | Mac/iOS 8.5 |
GameKit.ReportScores Reports a list of scores to Game Center. | Mac/iOS 8.5 |
GameKit.ReportScoresWithEligibleChallenges Submit a list of scores and all eligible challenges. | Mac/iOS 8.5 |
GameKit.ResetAchievements Resets all achievement progress for the local player. | Mac/iOS 8.5 |
GameKit.Score.Date The date and time when the score was earned. | Mac/iOS 8.5 |
GameKit.Score.FormattedValue Returns the player’s score as a localized string. | Mac/iOS 8.5 |
GameKit.Score.GetContext Queries context. | Mac/iOS 8.5 |
GameKit.Score.GetShouldSetDefaultLeaderboard Queries whether this score should update default leaderboard. | Mac/iOS 8.5 |
GameKit.Score.GetValue Queries score value. | Mac/iOS 8.5 |
GameKit.Score.LeaderboardIdentifier Queries the identifier for the leaderboard. | Mac/iOS 8.5 |
GameKit.Score.New Creates a new score object. | Mac/iOS 8.5 |
GameKit.Score.Player Queries the player identifier for the player that earned the score. | Mac/iOS 8.5 |
GameKit.Score.Rank Queries position of the score in the results of a leaderboard search. | Mac/iOS 8.5 |
GameKit.Score.SetContext Sets context value. | Mac/iOS 8.5 |
GameKit.Score.SetShouldSetDefaultLeaderboard Set whether this score should update default leaderboard. | Mac/iOS 8.5 |
GameKit.Score.SetValue Sets score value. | Mac/iOS 8.5 |
GameKit.SelectChallengeablePlayers Finds the subset of players that can earn an achievement. | Mac/iOS 8.5 |
GameKit.SetDefaultLeaderboardIdentifier Sets the default leaderboard for the current game. | Mac/iOS 8.5 |
GameKit.SetPlayerDidChangeScriptTrigger Sets the player change script trigger. | Mac/iOS 8.5 |
GameKit.ShowChallengeComposeDialog Shows challenge compose dialog. | Mac/iOS 8.5 |
GetSystemUIMode Queries the current system UI mode. See the SetSystemUIMode function for details on the possible values. | Mac only 2.1 |
GetSystemUIModeOptions Queries the current system UI mode options. See the SetSystemUIMode function for details on the possible values. | Mac only 2.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.GetKeyUp Queries whether to trigger script both on key down and key up. | Mac only 7.1 |
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.GetPermanent Queries whether this hotkey should be permanent. | Mac only 10.2 |
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.GetScriptWorkspaceOnly Queries whether this should be limited to script workspace. | Mac only 10.2 |
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.SetKeyUp Whether to trigger script both on key down and key up. | Mac only 7.1 |
HotKey.SetLocal Sets the local flag. | Mac/Win 5.4 |
HotKey.SetName Sets the name of a hotkey. | Mac/Win 5.4 |
HotKey.SetPermanent Sets whether this hotkey should be permanent. | Mac only 10.2 |
HotKey.SetScript Sets which script to call if hotkey is pressed. | Mac/Win 5.0 |
HotKey.SetScriptWorkspaceOnly Sets whether this should be limited to script workspace. | Mac only 10.2 |
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 |
IKDeviceBrowserPanel.Close Closes the window. | Mac only 6.5 |
IKDeviceBrowserPanel.GetCancelButtonLabel Queries the caption of the cancel button. | Mac only 6.5 |
IKDeviceBrowserPanel.GetDisplaysLocalCameras Queries whether to include local cameras in list. | Mac only 6.5 |
IKDeviceBrowserPanel.GetDisplaysLocalScanners Queries whether to include local scanners in list. | Mac only 6.5 |
IKDeviceBrowserPanel.GetDisplaysNetworkCameras Queries whether to include network cameras in list. | Mac only 6.5 |
IKDeviceBrowserPanel.GetDisplaysNetworkScanners Queries whether to include network scanners in list. | Mac only 6.5 |
IKDeviceBrowserPanel.GetHeight Queries height of dialog. | Mac only 6.5 |
IKDeviceBrowserPanel.GetMode Queries display mode. | Mac only 6.5 |
IKDeviceBrowserPanel.GetPrompt Queries the current prompt text. | Mac only 6.5 |
IKDeviceBrowserPanel.GetSelectButtonLabel Queries the caption of the select button. | Mac only 6.5 |
IKDeviceBrowserPanel.GetWidth Queries the width of the dialog. | Mac only 6.5 |
IKDeviceBrowserPanel.GetWindowTitle Queries the window title. | Mac only 6.5 |
IKDeviceBrowserPanel.Hide Hides the window. | Mac only 6.5 |
IKDeviceBrowserPanel.Reset Resets options to default. | Mac only 6.5 |
IKDeviceBrowserPanel.SelectedDeviceID Queries ID of selected device. | Mac only 6.5 |
IKDeviceBrowserPanel.SelectedDeviceName Queries name of selected device. | Mac only 6.5 |
IKDeviceBrowserPanel.SetCancelButtonLabel Sets the caption of the cancel button. | Mac only 6.5 |
IKDeviceBrowserPanel.SetDisplaysLocalCameras Sets whether to include local cameras in list. | Mac only 6.5 |
IKDeviceBrowserPanel.SetDisplaysLocalScanners Sets whether to include local scanners in list. | Mac only 6.5 |
IKDeviceBrowserPanel.SetDisplaysNetworkCameras Sets whether to include network cameras in list. | Mac only 6.5 |
IKDeviceBrowserPanel.SetDisplaysNetworkScanners Sets whether to include network scanners in list. | Mac only 6.5 |
IKDeviceBrowserPanel.SetHeight Sets the height of the dialog. | Mac only 6.5 |
IKDeviceBrowserPanel.SetMode Sets the display mode. | Mac only 6.5 |
IKDeviceBrowserPanel.SetPrompt Sets prompt text. | Mac only 6.5 |
IKDeviceBrowserPanel.SetSelectButtonLabel Sets the caption of the select button. | Mac only 6.5 |
IKDeviceBrowserPanel.SetTrigger Sets the script trigger to notify on events. | Mac only 6.5 |
IKDeviceBrowserPanel.SetWidth Sets the width of the window. | Mac only 6.5 |
IKDeviceBrowserPanel.SetWindowTitle Sets window title. | Mac only 6.5 |
IKDeviceBrowserPanel.Show Shows the window. | Mac only 6.5 |
IKDeviceBrowserPanel.Visible Queries whether window is visible. | Mac only 6.5 |
IKPictureTaker.ClearNotification Clears the script to be called. | Mac only 3.5 |
IKPictureTaker.GetAllowsEditing Queries whether image editing is allowed. | Mac only 3.5 |
IKPictureTaker.GetAllowsFileChoosing Queries whether image files can be chosen. | Mac only 3.5 |
IKPictureTaker.GetAllowsVideoCapture Queries whether video capture is allowed. | Mac only 3.5 |
IKPictureTaker.GetInformationalText Queries informational text. | Mac only 3.5 |
IKPictureTaker.GetInputImage Return the original PictureTaker's input-image. | Mac only 3.5 |
IKPictureTaker.GetMirroring Queries video mirroring status. | Mac only 3.5 |
IKPictureTaker.GetOutputImage Return the edited image. | Mac only 3.5 |
IKPictureTaker.GetOutputImageMaxHeight Queries the maximum allowed image height. | Mac only 3.5 |
IKPictureTaker.GetOutputImageMaxWidth Queries the maximum allowed image width. | Mac only 3.5 |
IKPictureTaker.GetRemainOpenAfterValidate Queries whether the picture taker should remain open after the user selects done. | Mac only 3.5 |
IKPictureTaker.GetShowAddressBookPicture Queries whether addressbook pictures are shown. | Mac only 3.5 |
IKPictureTaker.GetShowEffects Queries whether to show effects. | Mac only 3.5 |
IKPictureTaker.GetShowEmptyPicture Queries the image to be shown for empty picture. | Mac only 3.5 |
IKPictureTaker.GetShowRecentPicture Queries whether to show recent pictures. | Mac only 3.5 |
IKPictureTaker.GetUpdateRecentPicture Queries whether to allow a recent picture to be updated. | Mac only 3.5 |
IKPictureTaker.Run Launch the PictureTaker. | Mac only 3.5 |
IKPictureTaker.SetAllowsEditing Sets whether image editing is allowed. | Mac only 3.5 |
IKPictureTaker.SetAllowsFileChoosing Sets whether image files can be chosen. | Mac only 3.5 |
IKPictureTaker.SetAllowsVideoCapture Sets whether video capture is allowed. | Mac only 3.5 |
IKPictureTaker.SetInformationalText Sets informational text. | Mac only 3.5 |
IKPictureTaker.SetInputImage Set the image input for the PictureTaker. | Mac only 3.5 |
IKPictureTaker.SetMirroring Controls whether the receiver enable/disable video mirroring durring snapshots (default is on). | Mac only 3.5 |
IKPictureTaker.SetNotification Installs a notification script. | Mac only 3.5 |
IKPictureTaker.SetOutputImageMaxSize Sets maximum size of the output image. | Mac only 3.5 |
IKPictureTaker.SetRemainOpenAfterValidate Sets whether the picture taker should remain open after the user selects done. | Mac only 3.5 |
IKPictureTaker.SetShowEffects Sets whether to show effects. | Mac only 3.5 |
IKPictureTaker.SetShowEmptyPicture Sets the image to be shown for empty picture. | Mac only 3.5 |
IKPictureTaker.SetShowRecentPicture Sets whether to show recent pictures. | Mac only 3.5 |
IKPictureTaker.SetUpdateRecentPicture Sets whether to allow a recent picture to be updated. | Mac only 3.5 |
IKScannerDevicePanel.ClearImage Clears all images. | Mac only 6.5 |
IKScannerDevicePanel.Close Closes the window. | Mac only 6.5 |
IKScannerDevicePanel.GetCombine Queries the combine flag. | Mac only 6.5 |
IKScannerDevicePanel.GetDocumentName Queries the document name. | Mac only 6.5 |
IKScannerDevicePanel.GetDownloadsDirectory Queries download folder. | Mac only 6.5 |
IKScannerDevicePanel.GetHeight Queries height of dialog. | Mac only 6.5 |
IKScannerDevicePanel.GetMode Queries mode of the scanner interface. | Mac only 6.5 |
IKScannerDevicePanel.GetOverviewControlLabel Queries the label for the 'Overview' control. | Mac only 6.5 |
IKScannerDevicePanel.GetScanControlLabel Queries the label for the 'Scan' control. | Mac only 6.5 |
IKScannerDevicePanel.GetScannerDeviceID Queries ID of current scanner device. | Mac only 6.5 |
IKScannerDevicePanel.GetScannerDeviceName Queries name of current scanner device. | Mac only 6.5 |
IKScannerDevicePanel.GetWidth Queries the width of the dialog. | Mac only 6.5 |
IKScannerDevicePanel.GetWindowTitle Queries the window title. | Mac only 6.5 |
IKScannerDevicePanel.Hide Hides the window. | Mac only 6.5 |
IKScannerDevicePanel.ImageCount Queries number of images in queue. | Mac only 6.5 |
IKScannerDevicePanel.NextImage Queries path of next image. | Mac only 6.5 |
IKScannerDevicePanel.Reset Resets options to default. | Mac only 6.5 |
IKScannerDevicePanel.SetCloseTrigger Sets a close trigger. | Mac only 8.1 |
IKScannerDevicePanel.SetCombine Sets the combine flag. | Mac only 6.5 |
IKScannerDevicePanel.SetDocumentName Set the document name. | Mac only 6.5 |
IKScannerDevicePanel.SetDownloadsDirectory Sets the download directory. | Mac only 6.5 |
IKScannerDevicePanel.SetHeight Sets the height of the dialog. | Mac only 6.5 |
IKScannerDevicePanel.SetMode Sets mode of the scanner interface. | Mac only 6.5 |
IKScannerDevicePanel.SetOverviewControlLabel Sets the label for the 'Overview' control. | Mac only 6.5 |
IKScannerDevicePanel.SetScanControlLabel Sets the label for the 'Scan' control. | Mac only 6.5 |
IKScannerDevicePanel.SetScannerDeviceID Selects scanner by ID. | Mac only 6.5 |
IKScannerDevicePanel.SetScannerDeviceName Selects scanner by name. | Mac only 6.5 |
IKScannerDevicePanel.SetTrigger Sets the trigger to notify when new picture arrives. | Mac only 6.5 |
IKScannerDevicePanel.SetWidth Sets the width of the window. | Mac only 6.5 |
IKScannerDevicePanel.SetWindowTitle Sets window title. | Mac only 6.5 |
IKScannerDevicePanel.Show Shows the window. | Mac only 6.5 |
IKScannerDevicePanel.Visible Queries whether window is visible. | Mac only 6.5 |
IKSlideShow.Add Adds a slide. | Mac only 1.6 |
IKSlideShow.AddImage Adds a slide. | Mac only 3.1 |
IKSlideShow.AddPDF Adds a slide. | Mac only 3.1 |
IKSlideShow.AddPath Adds a slide. | Mac only 3.1 |
IKSlideShow.AddURL Adds a slide. | Mac only 3.1 |
IKSlideShow.Clear Clears the list of slides. | Mac only 1.6 |
IKSlideShow.Count Returns number of items. | Mac only 6.4 |
IKSlideShow.GetAudioFile Queries the audio file path. | Mac only 6.4 |
IKSlideShow.GetMode Queries the mode for slideshow. | Mac only 3.1 |
IKSlideShow.GetPDFDisplayBox Queries the current PDF display box. | Mac only 1.6 |
IKSlideShow.GetPDFDisplayMode Queries the current PDF display mode. | Mac only 1.6 |
IKSlideShow.GetPDFDisplaysAsBook Queries whether PDFs are displayed as book currently. | Mac only 1.6 |
IKSlideShow.GetScreen Queries screen index. | Mac only 6.4 |
IKSlideShow.GetStartIndex Queries the start index for the slide show. | Mac only 1.8 |
IKSlideShow.GetStartPaused Queries whether the slide show should start paused. | Mac only 1.6 |
IKSlideShow.GetWrapAround Queries the current wrap around setting. | Mac only 1.6 |
IKSlideShow.ItemAtIndex Queries item at index. | Mac only 6.4 |
IKSlideShow.Run Runs the slide show with the current slide list and the current options. | Mac only 1.6 |
IKSlideShow.SetAudioFile Sets the audio file to play while doing slide show. | Mac only 6.4 |
IKSlideShow.SetMode Sets the mode for slideshow. | Mac only 3.1 |
IKSlideShow.SetPDFDisplayBox Sets the PDF display box which should be used to display PDFs. | Mac only 1.6 |
IKSlideShow.SetPDFDisplayMode Sets the PDF display mode which should be used to display PDFs. | Mac only 1.6 |
IKSlideShow.SetPDFDisplaysAsBook Sets whether a PDF is displayed as book. | Mac only 1.6 |
IKSlideShow.SetScreen Sets the screen. | Mac only 6.4 |
IKSlideShow.SetStartIndex Sets the start index for the slide show. | Mac only 1.8 |
IKSlideShow.SetStartPaused Defines whether the slideshow starts paused or not. | Mac only 1.6 |
IKSlideShow.SetWrapAround Specifies the new wrap around setting. | Mac only 1.6 |
ImageCapture.CameraInfo Queries a value of current camera. | Mac only 8.3 |
ImageCapture.CloseDevice Requests to close a previously opened session on this device. | Mac only 6.4 |
ImageCapture.Contents Contents of the camera. | Mac only 8.3 |
ImageCapture.DeviceInfo Queries information about device. | Mac only 6.4 |
ImageCapture.Devices Queries list of devices. | Mac only 6.4 |
ImageCapture.DevicesJSON Queries list of devices as JSON. | Mac only 8.3 |
ImageCapture.Download Downloads a file from device. | Mac only 8.3 |
ImageCapture.Features Queries list of features. | Mac only 6.4 |
ImageCapture.GetFeatureValue Queries scanner vendor feature value. | Mac only 6.4 |
ImageCapture.GetFeatures Queries scanner vendor features with values as JSON. | Mac only 8.3 |
ImageCapture.GetParameter Queries a parameter of current scanner functional unit. | Mac only 6.4 |
ImageCapture.GetParameters Queries all parameter of current scanner functional unit as JSON. | Mac only 8.3 |
ImageCapture.ImagePaths Queries list of image files. | Mac only 6.4 |
ImageCapture.Initialize Initializes Image Capture engine. | Mac only 6.4 |
ImageCapture.MediaFilenames Queries file names list. | Mac only 8.3 |
ImageCapture.MediaFiles Queries all image, movie and audio files on the camera. | Mac only 8.3 |
ImageCapture.OpenDevice Requests to open a session on the device. | Mac only 6.4 |
ImageCapture.PDF Creates a PDF with all scanned documents. | Mac only 9.1 |
ImageCapture.PreferredDevice Returns UUID for preferred device. | Mac only 6.4 |
ImageCapture.RequestDeleteFiles Deletes files. | Mac only 8.3 |
ImageCapture.RequestDisableTethering Disables tethering. | Mac only 8.3 |
ImageCapture.RequestEnableTethering Enable tethering. | Mac only 8.3 |
ImageCapture.RequestOverviewScan Starts an overview scan on selectedFunctionalUnit. | Mac only 6.4 |
ImageCapture.RequestScan Starts a scan on selectedFunctionalUnit. | Mac only 6.4 |
ImageCapture.RequestSelectFunctionalUnit Requests the scanner device to select a functional unit. | Mac only 6.4 |
ImageCapture.RequestSyncClock Synchronizes camera clock. | Mac only 8.3 |
ImageCapture.RequestTakePicture Capture a new image using the camera. | Mac only 8.3 |
ImageCapture.SetFeatureValue Sets a vendor scanner feature value. | Mac only 6.4 |
ImageCapture.SetItemsAddedScript Sets script to call when new picture is added. | Mac only 10.4 |
ImageCapture.SetParameter Sets a parameter for current scanner functional device. | Mac only 6.4 |
ImageCapture.Thumbnail Queries thumbnail for a file if available. | Mac only 8.3 |
ImageCapture.cancelScan Cancels current scan. | Mac only 6.4 |
ImageView.Clear Clears image. | Mac/iOS 7.4 |
ImageView.CreateWithControl Creates a new image view on the given window covering the area of the given control. | Mac/iOS 7.4 |
ImageView.CreateWithSize Creates a new image view inside the window with the given rectangle. | Mac/iOS 7.4 |
ImageView.CreateWithWindow Creates a new image view which covers the whole window. | Mac/iOS 7.4 |
ImageView.GetHeight Queries current height of image view. | Mac/iOS 7.4 |
ImageView.GetLeft Queries current position of the image view. | Mac/iOS 7.4 |
ImageView.GetTag Queries the tag string for this image view. | Mac/iOS 7.4 |
ImageView.GetToolTip Queries tooltip text. | Mac only 7.4 |
ImageView.GetTop Queries current position of the drop area. | Mac/iOS 7.4 |
ImageView.GetVisible Queries current visibility state. | Mac/iOS 7.4 |
ImageView.GetWidth Queries current width of the image view. | Mac/iOS 7.4 |
ImageView.Release Releases the image view and reclaims memory. | Mac/iOS 7.4 |
ImageView.ReleaseAll A convenience method to release all image views. | Mac/iOS 7.4 |
ImageView.SetFrame Sets a new frame for the image view. | Mac/iOS 7.4 |
ImageView.SetFrameWithControl Repositions image view to given control. | Mac/iOS 9.0 |
ImageView.SetImage Sets the image to be shown in the image view. | Mac/iOS 7.4 |
ImageView.SetTag Sets the tag string for this image view. | Mac/iOS 7.4 |
ImageView.SetToolTip Sets tooltip for image view. | Mac only 7.4 |
ImageView.SetVisible Hides or shows the image view. | Mac/iOS 7.4 |
Keychain.AddPassword Adds a password to keychain. | Mac/iOS 8.4 |
Keychain.DeletePassword Delete password from keychain. | Mac/iOS 8.4 |
Keychain.ListAccounts Lists the accounts for a database. | Mac/iOS 8.4 |
Keychain.ListDatabases Lists databases in keychain. | Mac/iOS 8.4 |
Keychain.UpdatePassword Updates password in keychain. | Mac/iOS 8.4 |
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.GetUsesAlternatingRowBackgroundColors Whether alternating row background colors should be used. | Mac only 10.4 |
ListDialog.GetWidth Queries the width of the dialog. | Mac/Win 4.3 |
ListDialog.GetWindowTitle Queries the window title. | Mac/Win 4.2 |
ListDialog.IsVisible New in 13.2 Query whether dialog is visible. | Mac/Win 13.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.SetUsesAlternatingRowBackgroundColors Set whether alternating row background colors should be used. | Mac only 10.4 |
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 |
MapView.AddCircle Adds a circle overlay. | Mac/iOS 9.4 |
MapView.AddPoint Adds a point or pin to the map. | Mac/iOS 9.4 |
MapView.AddPolygon Adds a polygon to the map. | Mac/iOS 9.4 |
MapView.AddPolyline Adds a poly line to the map. | Mac/iOS 9.4 |
MapView.Annotations Queries list of annotations. | Mac/iOS 9.4 |
MapView.CoordinateForPoint Queries coordinate for a point. | Mac/iOS 11.5 |
MapView.CreateWithControl Creates a new map view on the given window covering the area of the given control. | Mac/iOS 9.0 |
MapView.CreateWithSize Creates a new map view inside the window with the given rectangle. | Mac/iOS 9.0 |
MapView.GetAnnotationCoordinate Queries the coordinate for the annotation (or overlay). | Mac/iOS 9.4 |
MapView.GetAnnotationDragImage Queries drag image used for an annotation. | Mac/iOS 9.5 |
MapView.GetAnnotationImage Queries current image used for an annotation. | Mac/iOS 9.5 |
MapView.GetAnnotationSelectedImage Queries selected image used for an annotation. | Mac/iOS 9.5 |
MapView.GetAutoResizingMask Queries auto resizing mask. | Mac/iOS 9.0 |
MapView.GetCenterCoordinateLatitude Queries latitude of coordinate. | Mac/iOS 9.0 |
MapView.GetCenterCoordinateLongitude Queries latitude of coordinate. | Mac/iOS 9.0 |
MapView.GetHeight Queries current height of image view. | Mac/iOS 9.0 |
MapView.GetLeft Queries current position of the image view. | Mac/iOS 9.0 |
MapView.GetMapType Queries map types. | Mac/iOS 9.0 |
MapView.GetOverlayFillColor Queries fill color for an overlay. | Mac/iOS 9.5 |
MapView.GetOverlayLineWidth Queries line width for an overlay. | Mac/iOS 9.5 |
MapView.GetOverlayPoints Queries overlay points. | Mac/iOS 9.5 |
MapView.GetOverlayStrokeColor Queries stroke color for an overlay. | Mac/iOS 9.5 |
MapView.GetPitchEnabled Queries pitch enabled state. | Mac/iOS 9.0 |
MapView.GetRegion Queries current region visible. | Mac/iOS 9.0 |
MapView.GetRegionLatitude Queries latitude of current region. | Mac/iOS 9.0 |
MapView.GetRegionLatitudeSpan Queries latitude delta of current region. | Mac/iOS 9.0 |
MapView.GetRegionLongitude Queries longitude of current region. | Mac/iOS 9.0 |
MapView.GetRegionLongitudeSpan Queries longitude delta of current region. | Mac/iOS 9.0 |
MapView.GetRotateEnabled Queries rotate enabled state. | Mac/iOS 9.0 |
MapView.GetScrollEnabled Queries scroll enabled state. | Mac/iOS 9.0 |
MapView.GetShowsBuildings Queries building state. | Mac/iOS 9.0 |
MapView.GetShowsCompass Queries compass state. | Mac/iOS 9.0 |
MapView.GetShowsPointsOfInterest Queries whether points of interest show. | Mac/iOS 9.0 |
MapView.GetShowsScale Queries scale state. | Mac/iOS 9.0 |
MapView.GetShowsTraffic Queries traffic visible state. | Mac/iOS 9.0 |
MapView.GetShowsUserLocation Queries whether to show user location. | Mac/iOS 9.0 |
MapView.GetShowsZoomControls Quries zoom controls state. | Mac only 9.0 |
MapView.GetTag Queries the tag string for this image view. | Mac/iOS 9.0 |
MapView.GetToolTip Queries tooltip text. | Mac only 9.0 |
MapView.GetTop Queries current position of the drop area. | Mac/iOS 9.0 |
MapView.GetVisible Queries current visibility state. | Mac/iOS 9.0 |
MapView.GetVisibleMapRect Queries area currently displayed by the map view. | Mac/iOS 9.0 |
MapView.GetWidth Queries current width of the map view. | Mac/iOS 9.0 |
MapView.GetZoomEnabled Queries zoom allowed state. | Mac/iOS 9.0 |
MapView.GetZoomLevel Queries current zoom level. | Mac/iOS 9.5 |
MapView.IsUserLocationVisible Whether the device’s current location is visible in the map view. | Mac/iOS 9.0 |
MapView.MouseCoordinate Queries current coordinates for mouse cursor. | Mac only 9.5 |
MapView.Overlays Queries list of overlays. | Mac/iOS 9.4 |
MapView.PointForCoordinate Queries point for a coordinate. | Mac/iOS 11.5 |
MapView.Release Releases the map view and reclaims memory. | Mac/iOS 9.0 |
MapView.ReleaseAll A convenience method to release all map views. | Mac/iOS 9.0 |
MapView.RemoveAnnotation Removes an annotation from the map view. | Mac/iOS 9.4 |
MapView.RemoveAnnotations Removes all annotations. | Mac/iOS 9.1 |
MapView.RemoveOverlay Removes an overlay from the map view. | Mac/iOS 9.4 |
MapView.Screenshot Renders screenshot of the map view. | Mac/iOS 9.3 |
MapView.SelectedAnnotations Queries list of selected annotations. | Mac/iOS 9.5 |
MapView.SetAnnotationCoordinate Sets the coordinate for the annotation (or overlay). | Mac/iOS 9.4 |
MapView.SetAnnotationDragImage Sets new drag image for annotation. | Mac/iOS 9.5 |
MapView.SetAnnotationImage Sets new image for annotation. | Mac/iOS 9.5 |
MapView.SetAnnotationSelectedImage Sets new selected image for annotation. | Mac/iOS 9.5 |
MapView.SetAutoResizingMask Sets the auto resizing mask. | Mac/iOS 9.0 |
MapView.SetColor Sets color of a Pin. | Mac/iOS 9.4 |
MapView.SetCoordinate Sets center coordinate of the map. | Mac/iOS 9.0 |
MapView.SetFrame Sets a new frame for the map view. | Mac/iOS 9.0 |
MapView.SetFrameWithControl Repositions map view to given control. | Mac/iOS 9.0 |
MapView.SetMapType Sets the map type. | Mac/iOS 9.0 |
MapView.SetOverlayFillColor Sets fill color for an overlay. | Mac/iOS 9.5 |
MapView.SetOverlayLineWidth Sets the line width to use to draw it. | Mac/iOS 9.5 |
MapView.SetOverlayPoints Sets new overlay points. | Mac/iOS 9.5 |
MapView.SetOverlayStrokeColor Sets stroke color for an overlay. | Mac/iOS 9.5 |
MapView.SetPitchEnabled Enables or disables pitch. | Mac/iOS 9.0 |
MapView.SetRegion Sets the current region. | Mac/iOS 9.0 |
MapView.SetRotateEnabled Enables or disables rotation. | Mac/iOS 9.0 |
MapView.SetScript Sets script trigger. | Mac/iOS 9.3 |
MapView.SetScrollEnabled Enables or disables scrolling. | Mac/iOS 9.0 |
MapView.SetShowsBuildings Shows or hides buildings. | Mac/iOS 9.0 |
MapView.SetShowsCompass Shows or hides compass. | Mac/iOS 9.0 |
MapView.SetShowsPointsOfInterest Shows or hides points of interest. | Mac/iOS 9.0 |
MapView.SetShowsScale Sets whether to show scale. | Mac/iOS 9.0 |
MapView.SetShowsTraffic Enables or disables traffic. | Mac/iOS 9.0 |
MapView.SetShowsUserLocation Sets whether to show user location. | Mac/iOS 9.0 |
MapView.SetShowsZoomControls Shows or hides zoom controls. | Mac only 9.0 |
MapView.SetTag Sets the tag string for this map view. | Mac/iOS 9.0 |
MapView.SetToolTip Sets tooltip for map view. | Mac only 9.0 |
MapView.SetVisible Hides or shows the map view. | Mac/iOS 9.0 |
MapView.SetVisibleMapRect Sets visible map rectangle. | Mac/iOS 9.0 |
MapView.SetZoomEnabled Enables or disables zoom. | Mac/iOS 9.0 |
MapView.SetZoomLevel Sets zoom level. | Mac/iOS 9.5 |
MapView.ShowAddress Shows an address. | Mac/iOS 9.0 |
MapView.ShowAllAnnotations Zooms map to show all annotations. | Mac/iOS 9.1 |
MediaLibraryBrowser.getMediaLibraries Queries which media libraries are currently showing. | Mac only 3.5 |
MediaLibraryBrowser.getVisible Queries visible state of the browser panel. | Mac only 3.5 |
MediaLibraryBrowser.setFrame Sets the panel rectangle. | Mac only 3.5 |
MediaLibraryBrowser.setMediaLibraries Sets which media type is shown in browser. | Mac only 3.5 |
MediaLibraryBrowser.setVisible Sets visible state of the panel. | Mac only 3.5 |
MediaLibraryBrowser.togglePanel Toggles the panel. | Mac only 3.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.GetAllowsContextMenuPlugIns Returns whether the popup menu allows appending of contextual menu plugin items. | Mac only 4.1 |
Menu.GetEvaluate Queries expression to be run when menu is chosen. | Mac/Win 6.1 |
Menu.GetMinimumWidth Returns the minimum width of the menu. | Mac only 4.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.GetShowsStateColumn Returns a Boolean value that indicates whether the receiver displays the state column. | Mac only 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.SetAllowsContextMenuPlugIns Sets whether the popup menu allows appending of contextual menu plugin items. | Mac only 4.1 |
Menu.SetEvaluate Sets expression to be run when menu is chosen. | Mac/Win 6.1 |
Menu.SetMinimumWidth Set the minimum width of the menu. | Mac only 4.1 |
Menu.SetScriptAction Sets which script is called if a menu item in this menu is selected. | Mac/Win 4.1 |
Menu.SetShowsStateColumn Sets whether the receiver displays the state column. | Mac only 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.GetAlternate Returns a Boolean value that indicates whether the receiver is an alternate to the previous menu item. | Mac only 4.1 |
MenuItem.GetAttributedTitle Queries the title with styles. | Mac only 4.1 |
MenuItem.GetBackColor Queries background color for menu item. | Win only 6.5 |
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.GetKeyEquivalent Returns the menuitem's unmodified keyboard equivalent. | Mac only 4.1 |
MenuItem.GetKeyEquivalentModifierMask Returns the receiver's keyboard equivalent modifier mask. | Mac only 4.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.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.GetToolTip Returns the help tag for a menu item. | Mac only 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.GetUserKeyEquivalent Returns the user-assigned key equivalent for the menu item. | Mac only 4.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.SetAlternate Marks the receiver as an alternate to the previous menu item. | Mac only 4.1 |
MenuItem.SetAttributedTitle Applies a formatted text to the menu item. | Mac only 4.1 |
MenuItem.SetBackColor Sets the back color of the menu item. | Win only 6.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.SetKeyEquivalent Sets the receiver's unmodified key equivalent. | Mac only 4.1 |
MenuItem.SetKeyEquivalentModifierMask Sets the menu items's keyboard equivalent modifiers. | Mac only 4.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.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.SetToolTip Sets a help tag for a menu item. | Mac only 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.SetMenuCommandShortcut Sets the menu item shortcut. | Mac only 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 |
MetaDataQuery.GetScriptFileName Queries filename of script to call in when shell is done. | Mac/iOS 8.0 |
MetaDataQuery.GetScriptName Queries name of script to call when shell is done. | Mac/iOS 8.0 |
MetaDataQuery.SetScript Sets which script to call when initial gathering is done. | Mac/iOS 8.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 |
Msgbox A simple method to show a dialog box with one text. | All 2.2 |
NSEventFilter.DisableEvents Disable some events. | Mac only 2.9 |
NSEventFilter.EnableAllEvents Enables all events. | Mac only 2.9 |
NSEventFilter.EnableEvents Enable some events which had been disabled before. | Mac only 2.9 |
Notification.Listen Starts listening for a notification. | Mac/Win 2.6 |
PDFKit.GetPrintLastSettings Queries current print settings. | Mac only 9.2 |
PDFKit.GetPrintOption Queries a custom option. | Mac only 9.2 |
PDFKit.SetPrintOption Sets custom print options. | Mac only 9.2 |
PKCS12.ShowDialog Shows standard dialog with details. | Mac/Win 9.2 |
PageSetupDialog.ClearOption Clears an option. | Mac only 9.2 |
PageSetupDialog.ClearOptions Clears all options set. | Mac only 9.2 |
PageSetupDialog.Disable Disables the page setup dialog extension. | Mac only 9.2 |
PageSetupDialog.Enable Enables the page setup dialog extension. | Mac only 9.2 |
PageSetupDialog.GetLastSettings Queries last settings from page setup dialog. | Mac only 9.2 |
PageSetupDialog.GetNoDialog Queries whether dialog shows. | Mac only 9.2 |
PageSetupDialog.GetOption Queries an option. | Mac only 9.2 |
PageSetupDialog.GetPaperHeight Queries paper height to set. | Mac only 11.3 |
PageSetupDialog.GetPaperName Queries paper name. | Mac only 9.2 |
PageSetupDialog.GetPaperOrientation Queries paper orientation. | Mac only 9.2 |
PageSetupDialog.GetPaperWidth Queries paper width to set. | Mac only 11.3 |
PageSetupDialog.GetPrinterName Queries printer name. | Mac only 9.2 |
PageSetupDialog.GetScalingFactor Queries scaling factor. | Mac only 9.2 |
PageSetupDialog.Install Installs the extension for the page setup dialog. | Mac only 9.2 |
PageSetupDialog.Reset Resets settings in plugin. | Mac only 12.1 |
PageSetupDialog.SetNoDialog Sets whether dialog should show. | Mac only 9.2 |
PageSetupDialog.SetOption Sets an option. | Mac only 9.2 |
PageSetupDialog.SetPaperHeight Sets paper height to use. | Mac only 11.3 |
PageSetupDialog.SetPaperName Sets paper name. | Mac only 9.2 |
PageSetupDialog.SetPaperOrientation Sets the new paper orientation. | Mac only 9.2 |
PageSetupDialog.SetPaperWidth Sets paper width to use. | Mac only 11.3 |
PageSetupDialog.SetPrinterName Sets printer name. | Mac only 9.2 |
PageSetupDialog.SetScalingFactor Sets scaling factor. | Mac only 9.2 |
PhotoPicker.Available Queries whether the photo picker is available. | Mac/iOS 12.5 |
PhotoPicker.BytesLoaded Queries the number of bytes loaded. | Mac/iOS 12.5 |
PhotoPicker.Clear Clears the picker. | Mac/iOS 12.5 |
PhotoPicker.Dismiss Dismisses the dialog. | Mac/iOS 12.5 |
PhotoPicker.Error Queries error for loading an image. | Mac/iOS 12.5 |
PhotoPicker.File Queries native file path for the image. | Mac/iOS 12.5 |
PhotoPicker.GetFileName Queries the file name of the script to run when email composer is done. | Mac/iOS 12.5 |
PhotoPicker.GetScriptName Queries the script name of the script to run when email composer is done. | Mac/iOS 12.5 |
PhotoPicker.GetSelectionLimit Queries the selection limit. | Mac/iOS 12.5 |
PhotoPicker.ImageCount Queries number of images selected. | Mac/iOS 12.5 |
PhotoPicker.IsLoading Queries whether images are still loading. | Mac/iOS 12.5 |
PhotoPicker.IsPresented Checks whether panel is displayed. | Mac/iOS 12.5 |
PhotoPicker.Present Presents the photo picker view. | Mac/iOS 12.5 |
PhotoPicker.SetScript Sets the script to call when picker is done. | Mac/iOS 12.5 |
PhotoPicker.SetSelectionLimit Sets the selection limit. | Mac/iOS 12.5 |
PhotoPicker.SetSize New in 13.2 Sets size to use for popover. | Mac only 13.2 |
PhotoPicker.TotalBytes Queries the number of bytes in total. | Mac/iOS 12.5 |
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 |
Preferences.ClearRecentFiles Clears the recent files list. | Mac only 6.5 |
PrintDialog.ClearOption Clears an option. | Mac only 6.2 |
PrintDialog.ClearOptions Clears all options set. | Mac only 6.2 |
PrintDialog.Disable Disables the print dialog extension. | Mac only 3.5 |
PrintDialog.Enable Enables the print dialog extension. | Mac only 3.5 |
PrintDialog.GetAllPages Queries whether to print all pages. | Mac only 6.2 |
PrintDialog.GetConfiguration Queries configuration from last print. | Mac only 8.0 |
PrintDialog.GetCopies Queries number of copies. | Mac only 6.2 |
PrintDialog.GetDestinationPath Queries the destination path. | Mac only 3.5 |
PrintDialog.GetDuplex Queries the duplex mode. | Mac only 4.1 |
PrintDialog.GetFirstPage Queries first page. | Mac only 6.2 |
PrintDialog.GetLastPage Queries last page. | Mac only 6.2 |
PrintDialog.GetLastSettings Queries last settings from print dialog. | Mac only 6.2 |
PrintDialog.GetNoDialog Queries whether dialog shows. | Mac only 3.5 |
PrintDialog.GetOption Queries an option. | Mac only 6.2 |
PrintDialog.GetPageNumberingOffset Queries page numbering offset. | Mac only 7.0 |
PrintDialog.GetPrintToPDF Queries whether printing is going to PDF file. | Mac only 3.5 |
PrintDialog.GetPrintType Queries print type. | Mac only 12.1 |
PrintDialog.GetPrinterName Queries printer name to use. | Mac only 3.5 |
PrintDialog.GetReset Query whether to reset print settings. | Mac only 7.0 |
PrintDialog.GetResetDestination Queries whether ResetDestination option is set. | Mac only 6.5 |
PrintDialog.GetReverseOrder Queries reverse order setting. | Mac only 11.0 |
PrintDialog.GetTray Queries tray name. | Mac only 6.1 |
PrintDialog.Install Installs the extension for the printer dialog. | Mac only 3.5 |
PrintDialog.Reset Resets settings in plugin. | Mac only 12.1 |
PrintDialog.SetAllPages Set whether to print all pages. | Mac only 6.2 |
PrintDialog.SetConfiguration Sets a configuration to be used for next print. | Mac only 8.0 |
PrintDialog.SetCopies Sets number of copies. | Mac only 6.2 |
PrintDialog.SetDestinationPath Sets the destination path for PDF. | Mac only 3.5 |
PrintDialog.SetDuplex Sets duplex mode for next printing. | Mac only 4.1 |
PrintDialog.SetFirstPage Sets first page. | Mac only 6.2 |
PrintDialog.SetLastPage Sets last page. | Mac only 6.2 |
PrintDialog.SetNoDialog Sets whether dialog should show. | Mac only 3.5 |
PrintDialog.SetOption Sets an option. | Mac only 6.2 |
PrintDialog.SetPageNumberingOffset Sets page numbering offset to use. | Mac only 7.0 |
PrintDialog.SetPrintToPDF Sets whether plugin will redirect print to PDF. | Mac only 3.5 |
PrintDialog.SetPrintType Sets what FileMaker will print. | Mac only 5.0 |
PrintDialog.SetPrinterName Sets printer name. | Mac only 3.5 |
PrintDialog.SetReset Sets whether to reset print settings. | Mac only 7.0 |
PrintDialog.SetResetDestination Sets whether to fix destination. | Mac only 6.5 |
PrintDialog.SetReverseOrder Sets reverse order for printing. | Mac only 11.0 |
PrintDialog.SetTray Sets the tray name the plugin should select. | Mac only 6.1 |
Printer.CurrentNumberOfCopies Queries the number of copies from the last dialog. | Win only 9.2 |
Printer.CurrentPaperFormat Returns the selected paper format. | Win only 6.5 |
Printer.CurrentPaperSource Returns the selected paper source. | Win only 6.5 |
Printer.CurrentPrintWhat Returns the selected item to print. | Win only 6.5 |
Printer.CurrentPrinterName Returns the selected printer name. | Win only 6.5 |
Printer.ErrorLog Queries the error log from Printer.Setup functions. | Win only 6.5 |
Printer.PaperFormats Queries paper formats. | Win only 6.5 |
Printer.PaperSources Queries paper sources. | Win only 6.5 |
Printer.Print Prints a document with options. | Win only 6.5 |
Printer.PrinterNames Queries printer names. | Win only 6.5 |
Printer.SetDefaultPrinter Sets the default printer. | Mac/Win 3.0 |
Printer.SetPrinter Switches printer or changes paper setup. | Win only 6.5 |
Process.FrontProcessBundleID Queries bundleID of the frontmost app. | Mac only 4.2 |
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 |
Process.KeepFrontMost Sets whether the plugin should keep FileMaker in front. | Mac only 7.1 |
Process.SetFrontMost Moves FileMaker application to the front. | 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/iOS 2.4 |
ProgressDialog.GetButtonCaption Queries the current text from the button in the progress dialog. | Mac/Win/iOS 2.4 |
ProgressDialog.GetCancel Queries the cancel state. | Mac/Win/iOS 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/iOS 2.4 |
ProgressDialog.GetShowButton Queries current state of whether to show the cancel button or not. | Mac/Win/iOS 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/iOS 2.4 |
ProgressDialog.Hide Hides the progress dialog. | Mac/Win/iOS 2.4 |
ProgressDialog.Reset Resets all options. | Mac/Win/iOS 6.4 |
ProgressDialog.SetBottomText Sets the bottom text in the progress dialog. | Mac/Win/iOS 2.4 |
ProgressDialog.SetButtonCaption Sets the cancel button text. | Mac/Win/iOS 2.4 |
ProgressDialog.SetCancel Sets the cancel state. | Mac/Win/iOS 2.4 |
ProgressDialog.SetFont Sets the label's text sizes. | Mac/Win/iOS 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.SetPositionWindowCentered Set position of the dialog centered over a window. | Mac/Win 12.0 |
ProgressDialog.SetProgress Sets the current progress value. | Mac/Win/iOS 2.4 |
ProgressDialog.SetShowButton Sets whether to show the cancel button or not. | Mac/Win/iOS 2.4 |
ProgressDialog.SetTitle Sets the progress dialog title. | Mac/Win 2.4 |
ProgressDialog.SetTitleIcon Sets the icon of a window in Windows. | Win only 10.2 |
ProgressDialog.SetTopMost Sets whether dialog is top most. | Mac/Win 2.6 |
ProgressDialog.SetTopText Sets the top text in the progress dialog. | Mac/Win/iOS 2.4 |
ProgressDialog.Show Shows the progress dialog. | Mac/Win/iOS 2.4 |
ProgressDialog.Update Redraws the progress dialog. | Mac/Win 2.6 |
Progressdialog.GetEvaluate Queries expression to evaluate. | Mac/Win/iOS 7.1 |
Progressdialog.GetFileName Queries file name. | Mac/Win/iOS 7.1 |
Progressdialog.GetScriptName Queries script name to run on button click. | Mac/Win/iOS 7.1 |
Progressdialog.SetEvaluate Sets the expression to evaluate on button click. | Mac/Win/iOS 7.1 |
Progressdialog.SetScript Sets the script to run when button is clicked. | Mac/Win/iOS 7.1 |
QLPreviewPanel.AddContainer Adds an container to the list of files to preview. | Mac/iOS 8.4 |
QLPreviewPanel.AddFile Adds file to the file list for preview. | Mac/iOS 4.3 |
QLPreviewPanel.AddImage Adds an image to the list of files to preview. | Mac/iOS 4.3 |
QLPreviewPanel.AddPDF Adds a PDF to the preview items. | Mac/iOS 4.3 |
QLPreviewPanel.Clear Clears content of file list. | Mac/iOS 4.3 |
QLPreviewPanel.CurrentPreviewItemIndex Queries index of current visible item. | Mac/iOS 8.4 |
QLPreviewPanel.CurrentPreviewItemPath Queries path of current item. | Mac/iOS 8.4 |
QLPreviewPanel.CurrentPreviewItemTitle Queries title of current item. | Mac/iOS 8.4 |
QLPreviewPanel.GetHeight Queries height of panel. | Mac only 4.3 |
QLPreviewPanel.GetLeft Queries left position of panel. | Mac only 4.3 |
QLPreviewPanel.GetTop Queries height of panel. | Mac only 4.3 |
QLPreviewPanel.GetWidth Queries width of panel. | Mac only 4.3 |
QLPreviewPanel.Hide Hides the panel. | Mac/iOS 4.3 |
QLPreviewPanel.IsVisible Checks if panel is visible. | Mac/iOS 4.3 |
QLPreviewPanel.Move Moves the panel to the given position. | Mac only 4.3 |
QLPreviewPanel.Resize Resizes the panel. | Mac only 4.3 |
QLPreviewPanel.SetCurrentPreviewItemIndex Sets index of current element. | Mac/iOS 8.4 |
QLPreviewPanel.Show Shows the panel. | Mac/iOS 4.3 |
QuartzFilterManager.Filters Queries list of all filters. | Mac only 4.3 |
QuartzFilterManager.HidePanel Hides the panel for the Quartz Filter Manager. | Mac only 4.3 |
QuartzFilterManager.ShowPanel Shows the panel for the Quartz Filter Manager. | Mac only 4.3 |
RemoteControl.ClickMouse Moves the mouse cursor and performs a click. | Mac/Win 2.8 |
RemoteControl.FindWindow Finds a window on Windows based on class name and/or window title. | Win only 2.8 |
RemoteControl.GetWindowsList On Windows queries the list of all window references. | Win only 2.8 |
RemoteControl.GetWindowsListAsJSON On Windows queries the list of all windows as JSON. | Win only 11.2 |
RemoteControl.HideCursor Hides the mouse cursor. | Mac/Win 3.4 |
RemoteControl.InsertText Sends text to active window/control. | Mac/Win/iOS 12.4 |
RemoteControl.MouseButtons Returns bit mask for pressed mouse buttons. | Mac/Win 11.5 |
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.PressCommandKey Presses command key on Mac. | Mac only 2.8 |
RemoteControl.PressControlKey Presses control key. | Mac/Win 2.8 |
RemoteControl.PressDialogButton Presses a dialog button. | Mac only 6.2 |
RemoteControl.PressDialogButton.Clear Stops the dialog button press command. | Mac only 6.2 |
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 |
RichText.CopyToClipboard Puts current rich text on the clipboard. | Mac/iOS 13.0 |
RichText.ReadFromClipboard Reads styled text from clipboard. | Mac/iOS 13.0 |
RichText.ReadHTML Loads a HTML page as rich text. | Mac/iOS 5.2 |
RichText.ReadWebviewer Reads formatted text from WebViewer content. | Mac/iOS 5.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.DockHeight Queries dock height. | Mac only 8.3 |
Screen.DockWidth Queries dock width. | Mac only 8.3 |
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 |
ScriptWorkspace.BringToFront Brings the script window to front. | Mac only 7.4 |
ScriptWorkspace.CopyScriptText Copies current script in script workspace to clipboard. | Mac only 10.1 |
ScriptWorkspace.CurrentTab Queries current tab title. | Mac only 7.4 |
ScriptWorkspace.ExpandScriptFolders Expands all scripts in the script workspace. | Mac only 7.4 |
ScriptWorkspace.GetScriptListSearch Queries search field in script list search. | Mac only 10.0 |
ScriptWorkspace.IsActive Checks if front window with focus is Script Workspace. | Mac only 10.0 |
ScriptWorkspace.IsVisible Checks whether script workspace is visible. | Mac only 7.4 |
ScriptWorkspace.LineCount Queries line count of current script. | Mac only 7.4 |
ScriptWorkspace.OpenScript Opens a script by name. | Mac only 7.4 |
ScriptWorkspace.ScriptNames Queries list of script names in script workspace. | Mac only 7.4 |
ScriptWorkspace.ScriptText Copies text of current script. | Mac only 9.0 |
ScriptWorkspace.ScriptsVisible Queries whether scripts are visible. | Mac only 7.5 |
ScriptWorkspace.ScrollToLine Scrolls to line to make it visible. | Mac only 9.0 |
ScriptWorkspace.ScrollToSelection Scrolls to current selected line. | Mac only 9.0 |
ScriptWorkspace.SelectLine Selects a line in current script. | Mac only 7.4 |
ScriptWorkspace.SelectLines Selects lines in current script. | Mac only 9.0 |
ScriptWorkspace.SelectedLine Queries selected line. | Mac only 7.4 |
ScriptWorkspace.SelectedLines Queries selected line numbers. | Mac only 10.0 |
ScriptWorkspace.SetScriptListSearch Sets search field in script list in workspace. | Mac only 10.0 |
ScriptWorkspace.StepsVisible Queries whether steps are visible. | Mac only 7.5 |
ScriptWorkspace.StyledScriptText Queries text of current script. | Mac only 10.1 |
ScriptWorkspace.Tabs Queries list of tabs in script workspace. | Mac only 7.4 |
ScriptWorkspace.Title Queries title of front script workspace. | Mac only 7.4 |
ScriptWorkspace.TriggerScripts Triggers scripts list visibility. | Mac only 7.5 |
ScriptWorkspace.TriggerSteps Triggers script steps list visibility. | Mac only 7.5 |
ScriptWorkspace.Window Queries window ID for the script workspace. | Mac only 7.4 |
ServiceProvider.Install Installs a service provider handler. | Mac only 4.4 |
ServiceProvider.Uninstall Removes service provider. | Mac only 4.4 |
ServiceProvider.Value Queries a value from last service invocation. | Mac only 4.4 |
SetSystemUIMode Sets the system UI mode. | Mac only 2.1 |
SharingService.GetEmailRecipients Queries current list of email recipients. | Mac only 10.3 |
SharingService.GetEmailSubject Queries current email subject. | Mac only 10.3 |
SharingService.ServicesForItems Queries available services for some items. | Mac only 10.3 |
SharingService.SetEmailRecipients Sets email recipients list for next share. | Mac only 10.3 |
SharingService.SetEmailSubject Sets email subject for next share. | Mac only 10.3 |
SharingService.SetTrigger Sets a trigger to call for the share. | Mac only 10.3 |
SharingService.ShareItems Shares items with other services. | Mac only 10.3 |
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 Sets the script to run when new data arrived. | 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.AttributesForVoices Queries attributes for a voice. | Mac/iOS 11.0 |
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 |
Speech.Stop Stops speech as soon as possible. | Mac/Win/iOS 11.1 |
SpeechRecognition.AuthorizationStatus Queries authorization status. | Mac/iOS 9.4 |
SpeechRecognition.Initialize Initializes the Speech Recognition. | Mac/iOS 9.4 |
SpeechRecognition.IsInitialized Checks whether we are initialized. | Mac/iOS 9.4 |
SpeechRecognition.Recognize Recognizes some text. | Mac/iOS 9.4 |
SpeechRecognition.RequestAuthorization Requests authorization for Speech Recognition. | Mac/iOS 9.4 |
SpeechRecognition.SupportedLocales Queries supported locales. | Mac/iOS 9.4 |
SpeechRecognition.SupportsOnDeviceRecognition Queries whether on device recognition is supported. | Mac/iOS 9.4 |
StoreKit.AddPayment Adds a new payment to the transaction query. | Mac/iOS 8.2 |
StoreKit.CanMakePayments Indicates whether the user is allowed to make payments. | Mac/iOS 8.2 |
StoreKit.FinishTransaction Completes a pending transaction. | Mac/iOS 8.2 |
StoreKit.InvalidProductIdentifiers Queries invalid product identifiers. | Mac/iOS 8.2 |
StoreKit.IsProductViewVisible Whether the product view dialog is visible. | Mac/iOS 8.2 |
StoreKit.ProductQueryRunning Whether a product query is running. | Mac/iOS 8.2 |
StoreKit.Products Queries product list. | Mac/iOS 8.2 |
StoreKit.QueryProducts Queries products. | Mac/iOS 8.2 |
StoreKit.RestoreCompletedTransactions Asks the payment queue to restore previously completed purchases. | Mac/iOS 8.2 |
StoreKit.SetRestoreCompletedTransactionsTrigger Sets script triggered when transactions are restored. | Mac/iOS 8.2 |
StoreKit.SetUpdatedTransactionsTrigger Sets the script to trigger when transactions change. | Mac/iOS 8.2 |
StoreKit.Transactions Returns an array of pending transactions as JSON. | Mac/iOS 8.2 |
SyntaxColoring.AddContextMenuCommand Adds a new command for contextual menu. | Mac only 9.5 |
SyntaxColoring.AddTag Adds a new color tag for script step, variable, function or formula coloring. | Mac only 3.0 |
SyntaxColoring.AutoCompleteFunctions.GetEnabled Queries whether parameters for auto completed functions is enabled. | Mac only 12.1 |
SyntaxColoring.AutoCompleteFunctions.SetEnabled Sets whether to auto complete MBS functions names. | Mac only 12.1 |
SyntaxColoring.AutoCompleteParameters.GetEnabled Queries whether parameters for auto completed functions is enabled. | Mac only 12.1 |
SyntaxColoring.AutoCompleteParameters.SetEnabled Sets whether to auto complete parameters for MBS functions names. | Mac only 12.1 |
SyntaxColoring.AutoCompleteVariables.GetEnabled Queries whether auto complete is enabled. | Mac only 12.0 |
SyntaxColoring.AutoCompleteVariables.SetEnabled Sets whether to do auto completion for calculation dialogs. | Mac only 12.0 |
SyntaxColoring.CheckVariableDeclaration.Disable Disables checking variable declarations in FileMaker Scripts. | Mac only 3.5 |
SyntaxColoring.CheckVariableDeclaration.Enable Enables checking variable declarations in FileMaker Scripts. | Mac only 3.5 |
SyntaxColoring.CheckVariableDeclaration.Enabled Queries if checking variable declarations are enabled or not. | Mac only 3.5 |
SyntaxColoring.CheckVariableDeclaration.GetLimits Queries limits for variable check. | Mac only 10.2 |
SyntaxColoring.CheckVariableDeclaration.Notification.Disable Disables notifications sent by variable check. | Mac only 7.1 |
SyntaxColoring.CheckVariableDeclaration.Notification.Enable Enables notifications sent by variable check. | Mac only 7.1 |
SyntaxColoring.CheckVariableDeclaration.Notification.Enabled Queries whether notifications are enabled. | Mac only 7.1 |
SyntaxColoring.CheckVariableDeclaration.SetLimits Sets limits for variable check. | Mac only 10.2 |
SyntaxColoring.Clear Clears all rules. | Mac only 3.0 |
SyntaxColoring.ClearContextMenuCommands Clears list of menu commands. | Mac only 9.5 |
SyntaxColoring.CommentLinks.GetEnabled Whether comment links are enabled. | Mac only 12.3 |
SyntaxColoring.CommentLinks.SetEnabled Sets whether comment links are enabled. | Mac only 12.3 |
SyntaxColoring.ContextualMenuEnabled.GetEnabled Queries whether contextual menu commands from plugin are enabled. | Mac only 6.0 |
SyntaxColoring.ContextualMenuEnabled.SetEnabled Enables contextual menu commands for tables. | Mac only 6.0 |
SyntaxColoring.CopyButton.GetEnabled Queries whether copy button for script editor is enabled. | Mac only 5.2 |
SyntaxColoring.CopyButton.SetEnabled Enables or disables copy script button. | Mac only 5.2 |
SyntaxColoring.Disable Disables Syntax coloring in FileMaker Scripts. | Mac only 3.0 |
SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.GetEnabled Queries whether we avoid opening manage database dialog with relationships. | Mac only 11.4 |
SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.SetEnabled Sets whether we avoid opening manage database dialog with relationships. | Mac only 11.4 |
SyntaxColoring.Enable Enables Syntax coloring in FileMaker Scripts. | Mac only 3.0 |
SyntaxColoring.Enabled Queries if syntax coloring is enabled or not. | Mac only 3.0 |
SyntaxColoring.FactoryDefaults Resets all rules to the default settings. | Mac only 3.0 |
SyntaxColoring.Format Applies formatting rules to the formula text and returns styled text. | Mac only 3.0 |
SyntaxColoring.GetAddFindbars Queries whether the plugin adds find bars. | Mac only 8.0 |
SyntaxColoring.GetCustomFunctionToolsEnabled Queries whether to show custom function tools. | Mac only 11.1 |
SyntaxColoring.GetDebuggerTooltipsEnabled Queries whether debugger tooltips are enabled. | Mac only 11.1 |
SyntaxColoring.GetExportTooltipsEnabled Queries whether export dialog tooltips are enabled. | Mac only 13.0 |
SyntaxColoring.GetFontName Queries font name. | Mac only 10.1 |
SyntaxColoring.GetFontSize Queries current font size for script workspace. | Mac only 10.1 |
SyntaxColoring.GetFormulasWithDashLinks Queries whether to generate links for dash. | Mac only 11.1 |
SyntaxColoring.GetFormulasWithLinks Queries whether to include links in formula. | Mac only 10.0 |
SyntaxColoring.GetMinCalcFontSize Queries configured minimum font size. | Mac only 7.2 |
SyntaxColoring.GetRelationGraphSearchBoxPreferredSize Queries preferred size for the search box in relation graph window. | Mac only 6.3 |
SyntaxColoring.GetRememberColumnWidths Queries whether to remember column widths. | Mac only 8.5 |
SyntaxColoring.GetScriptHighlightColor Queries the current highlight color. | Mac only 5.4 |
SyntaxColoring.GetScriptIfColor Queries the current script if block color. | Mac only 6.1 |
SyntaxColoring.GetScriptLoopColor Queries the current script loop block color. | Mac only 6.1 |
SyntaxColoring.GetScriptSearchColor Queries the current script search color. | Mac only 6.1 |
SyntaxColoring.GetShowFieldAndTableIDs Queries whether to show field and table IDs. | Mac only 7.4 |
SyntaxColoring.GetShowLayoutIDs Queries whether to show layout IDs. | Mac only 7.5 |
SyntaxColoring.GetShowScriptIDs Queries whether to show script IDs. | Mac only 7.4 |
SyntaxColoring.GetShowValueListIDs Queries whether to show value list IDs. | Mac only 12.0 |
SyntaxColoring.GetTag Queries the color for a tag. | Mac only 3.0 |
SyntaxColoring.GetTags Query list of all tag names defined so far. | Mac only 3.0 |
SyntaxColoring.GetUseBoldFont Queries whether to use bold fonts. | Mac only 6.1 |
SyntaxColoring.HelpMenu.GetEnabled Queries whether MBS Plugin menu entries show in help menu. | Mac only 10.4 |
SyntaxColoring.HelpMenu.SetEnabled Sets whether MBS Plugin menu entries show in help menu. | Mac only 10.4 |
SyntaxColoring.ListContextMenuCommand Lists all contextual menu commands. | Mac only 10.0 |
SyntaxColoring.RelationshipGraphSearchBox.GetEnabled Queries whether relationship graph shows a search box. | Mac only 5.4 |
SyntaxColoring.RelationshipGraphSearchBox.SetEnabled Enables or disables relation graph search box. | Mac only 5.4 |
SyntaxColoring.RemoveContextMenuCommand Removes a context menu command. | Mac only 9.5 |
SyntaxColoring.RemoveTag Removes a color tag. | Mac only 3.0 |
SyntaxColoring.ScriptGoToBox.GetEnabled Queries whether script editor shows a goto box. | Mac only 5.4 |
SyntaxColoring.ScriptGoToBox.SetEnabled Enables or disables script go to box. | Mac only 5.4 |
SyntaxColoring.ScriptIfLoopHighlight.GetEnabled Queries enabled status for if/loop blocks highlighting. | Mac only 6.5 |
SyntaxColoring.ScriptIfLoopHighlight.SetEnabled Sets whether to highlight if/loop blocks in script editor. | Mac only 6.5 |
SyntaxColoring.ScriptSearchBox.GetEnabled Queries whether script editor shows a search box. | Mac only 5.4 |
SyntaxColoring.ScriptSearchBox.GetRegEx New in 13.1 Queries whether regular expressions are used in script search. | Mac only 13.1 |
SyntaxColoring.ScriptSearchBox.GetText Queries current search text. | Mac only 7.5 |
SyntaxColoring.ScriptSearchBox.SetEnabled Enables or disables script search box. | Mac only 5.4 |
SyntaxColoring.ScriptSearchBox.SetRegEx New in 13.1 Sets whether script search uses regular expressions. | Mac only 13.1 |
SyntaxColoring.ScriptSearchBox.SetText Sets the search text and runs a search in current script. | Mac only 7.5 |
SyntaxColoring.SetAddFindbars Sets whether the plugin adds find bars. | Mac only 8.0 |
SyntaxColoring.SetCustomFunctionToolsEnabled Sets whether to show custom function and calculation tools. | Mac only 11.1 |
SyntaxColoring.SetDebuggerTooltipsEnabled Sets whether debugger tooltips are enabled. | Mac only 11.1 |
SyntaxColoring.SetExportTooltipsEnabled Sets whether export dialog tooltips are enabled. | Mac only 13.0 |
SyntaxColoring.SetFontName Sets the font name. | Mac only 10.1 |
SyntaxColoring.SetFontSize Sets current font size for script workspace. | Mac only 10.1 |
SyntaxColoring.SetFormulasWithDashLinks Sets whether formulas should link to dash. | Mac only 11.1 |
SyntaxColoring.SetFormulasWithLinks Sets whether formulas should include links. | Mac only 10.0 |
SyntaxColoring.SetMinCalcFontSize Sets the minimum text size to apply for calculations. | Mac only 7.2 |
SyntaxColoring.SetRelationGraphSearchBoxPreferredSize Sets the preferred size for the relation graph. | Mac only 6.3 |
SyntaxColoring.SetRememberColumnWidths Whether to remember column widths. | Mac only 8.5 |
SyntaxColoring.SetScriptHighlightColor Sets the highlight color. | Mac only 5.4 |
SyntaxColoring.SetScriptIfColor Sets the highlight color for if block in a script. | Mac only 6.1 |
SyntaxColoring.SetScriptLoopColor Sets the highlight color for if block in a script. | Mac only 6.1 |
SyntaxColoring.SetScriptSearchColor Sets the search color. | Mac only 6.1 |
SyntaxColoring.SetShowFieldAndTableIDs Set whether to show field and table IDs. | Mac only 7.4 |
SyntaxColoring.SetShowLayoutIDs Sets whether layout IDs are enabled. | Mac only 7.5 |
SyntaxColoring.SetShowScriptIDs Set whether to show script IDs. | Mac only 7.4 |
SyntaxColoring.SetShowValueListIDs Sets whether value list IDs are enabled. | Mac only 12.0 |
SyntaxColoring.SetUseBoldFont Sets whether to use bold fonts. | Mac only 6.1 |
SyntaxColoring.ShowBracketPositions.GetEnabled Queries whether plugin highlights brackets. | Mac only 10.5 |
SyntaxColoring.ShowBracketPositions.SetEnabled Sets whether plugin highlights brackets. | Mac only 10.5 |
SyntaxColoring.ShowTextPositions.GetEnabled Queries whether text positions are enabled. | Mac only 9.5 |
SyntaxColoring.ShowTextPositions.SetEnabled Sets whether to show text positions. | Mac only 9.5 |
SyntaxColoring.ZoomButton.GetEnabled Queries whether zoom controls are enabled. | Mac only 7.2 |
SyntaxColoring.ZoomButton.SetEnabled Sets enabled state for zoom controls. | Mac only 7.2 |
SystemInfo.ADSystemInfo Queries Active Directory information. | Win only 9.3 |
SystemInfo.IdleTime Returns the global idle time in seconds. | Mac/Win 3.3 |
SystemInfo.MacAppDarkMode Queries dark mode setting for application. | Mac only 9.5 |
TAPI.AddressCount Returns number of addresses. | Win only 4.4 |
TAPI.AddressValue Queries a property of an address. | Win only 4.4 |
TAPI.Answer answers an incoming call. | Win only 4.4 |
TAPI.BlindTransfer Performs a blind or single-step transfer of the specified call to the specified destination address. | Win only 4.4 |
TAPI.CallInfo Queries details on current call. | Win only 4.4 |
TAPI.Connect Attempts to complete the connection of an outgoing call. | Win only 4.4 |
TAPI.CreateCall Creates a new phone call. | Win only 4.4 |
TAPI.Dial Dials the specified address. | Win only 4.4 |
TAPI.Disconnect Disconnects the call. | Win only 4.4 |
TAPI.Finish Finishes the two-step process of transferring or adding the call to a conference. | Win only 4.4 |
TAPI.GetCallStateEvaluate Queries expression to be evaluated when call changes state. | Win only 6.5 |
TAPI.GetCallStateScriptFileName Queries the file name set for state changes on calls. | Win only 5.0 |
TAPI.GetCallStateScriptName Queries the script name set for state changes on calls. | Win only 5.0 |
TAPI.GetCallStateURL Queries URL to trigger for new calls. | Win only 6.5 |
TAPI.GetNewCallEvaluate Queries expression to evaluate for new calls. | Win only 6.5 |
TAPI.GetNewCallScriptFileName Queries the file name set for new calls. | Win only 5.0 |
TAPI.GetNewCallScriptName Queries the script name set for new calls. | Win only 5.0 |
TAPI.GetNewCallURL Queries URL to trigger for new calls. | Win only 6.5 |
TAPI.HandoffDirect Hands off the call to another application based on the media type of the call. | Win only 4.4 |
TAPI.Hold Places or removes the call from the hold. | Win only 4.4 |
TAPI.Initialize Initializes the TAPI interface. | Win only 4.4 |
TAPI.IsInitialized Queries TAPI initialization status. | Win only 8.3 |
TAPI.ListenOnAddress Asks the plugin to check for one address and wait for calls. | Win only 5.0 |
TAPI.ListenOnAllAddresses Asks the plugin to check all addresses and wait for calls. | Win only 4.4 |
TAPI.ParkDirect Parks the call at a specified address. | Win only 4.4 |
TAPI.ParkIndirect Parks the call and returns the parked address. | Win only 4.4 |
TAPI.Pickup Picks up a call alerting at the specified group identification. | Win only 4.4 |
TAPI.Release Releases one call and all it's resources used by the plugin. | Win only 5.0 |
TAPI.ReleaseAll Releases all calls known by the plugin. | Win only 5.0 |
TAPI.RemoveFromConference Removes the call from a conference if it is involved in one. | Win only 4.4 |
TAPI.SetCallStateEvaluate Sets the expression to evaluate when a call changes state. | Win only 6.5 |
TAPI.SetCallStateScript Sets which script to call when a call changes state. | Win only 5.0 |
TAPI.SetCallStateURL Sets the URL to query when call changes state. | Win only 6.5 |
TAPI.SetNewCallEvaluate Sets the expression to evaluate when a new call arrives. | Win only 6.5 |
TAPI.SetNewCallScript Sets which script to call when a new call is detected. | Win only 5.0 |
TAPI.SetNewCallURL Sets the URL to query when new call arrives. | Win only 6.5 |
TAPI.Shutdown Shuts down TAPI support. | Win only 4.4 |
TAPI.Transfer Transfers the current call to the destination address. | Win only 5.0 |
TAPI.Unpark Gets the call from park. | Win only 4.4 |
TextView.AppendStyledText Appends the styled text. | Mac/iOS 10.4 |
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.GetAutoResizingMask Queries auto resizing mask. | Mac/iOS 9.2 |
TextView.GetHTMLText Queries HTML text. | Mac/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.GetRulerVisible Queries ruler visibility. | Mac only 9.2 |
TextView.GetSelectedHTMLText Queries HTML text. | Mac/iOS 10.5 |
TextView.GetSelectedPlainText Queries plain text. | Mac/Win/iOS 10.5 |
TextView.GetSelectedRTF Queries RTF text. | Mac/iOS 10.5 |
TextView.GetSelectedStyledText Queries styled 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.GetStyledText Queries styled text. | Mac/Win/iOS 10.4 |
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.SetAutoResizingMask Sets the auto resizing mask. | Mac/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.SetHTMLText Sets text with HTML. | Mac/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.SetRulerVisible Sets whether ruler is visible. | Mac only 9.2 |
TextView.SetSelectedHTMLText Sets text with HTML. | Mac/iOS 10.5 |
TextView.SetSelectedPlainText Sets the plain text. | Mac/Win/iOS 10.5 |
TextView.SetSelectedRTF Sets text with RTF. | Mac/iOS 10.5 |
TextView.SetSelectedStyledText Sets the styled 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.SetStyledText Sets the styled text. | Mac/Win/iOS 10.4 |
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 |
Toolbar.Install Installs necessary functions to modify FileMaker's toolbar. | Mac only 4.3 |
Toolbar.Register Registers a new toolbar button. | Mac only 4.3 |
Toolbar.SetImage Overwrites image used for a toolbar item. | Mac only 6.4 |
Toolbar.SetLabel Overwrites label used for a toolbar item. | Mac only 6.4 |
Toolbar.SetPaletteLabel Overwrites palette label used for a toolbar item. | Mac only 6.4 |
Toolbar.SetTooltip Overwrites tooltip used for a toolbar item. | Mac only 6.4 |
Toolbar.Unregister Removes an item from the list of identifiers. | Mac only 4.3 |
TouchBar.AddButton Adds a simple button. | Mac only 6.5 |
TouchBar.AssignToApp Assigns the TouchBar to be the main one for current app. | Mac only 6.5 |
TouchBar.AssignToWindow Assigns the TouchBar to be the one used with the given window. | Mac only 6.5 |
TouchBar.Available Checks whether TouchBar is available. | Mac only 6.5 |
TouchBar.Clear Clears items in this TouchBar. | Mac only 6.5 |
TouchBar.Create Creates a new touch bar object. | Mac only 6.5 |
TouchBar.GetAutomaticCustomizeTouchBarMenuItemEnabled Queries whether customize menu is automatically enabled. | Mac only 6.5 |
TouchBar.GetCustomizationAllowedItemIdentifiers Queries allowed items identifier. | Mac only 6.5 |
TouchBar.GetCustomizationIdentifier Queries the customization identifier. | Mac only 6.5 |
TouchBar.GetCustomizationRequiredItemIdentifiers Queries the required identifiers. | Mac only 6.5 |
TouchBar.GetDefaultItemIdentifiers Queries the default identifiers. | Mac only 6.5 |
TouchBar.GetItemIdentifiers Queries the resolved array of item identifiers. | Mac only 6.5 |
TouchBar.GetPrincipalItemIdentifier Queries the principal item identifier. | Mac only 6.5 |
TouchBar.Release Releases the TouchBar. | Mac only 6.5 |
TouchBar.ReleaseAll Frees all TouchBar objects. | Mac only 10.5 |
TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled Sets whether customize menu is automatically enabled. | Mac only 6.5 |
TouchBar.SetCustomizationAllowedItemIdentifiers Sets allowed items identifier. | Mac only 6.5 |
TouchBar.SetCustomizationIdentifier Sets the customization identifier. | Mac only 6.5 |
TouchBar.SetCustomizationRequiredItemIdentifiers Sets the required identifiers. | Mac only 6.5 |
TouchBar.SetDefaultItemIdentifiers Sets the default identifiers. | Mac only 6.5 |
TouchBar.SetPrincipalItemIdentifier Sets the principal item identifier. | Mac only 6.5 |
TouchBar.ToggleCustomizationPalette Show or dismiss the customization palette for the currently displayed touch bars. | Mac only 6.5 |
TouchBar.Visible Queries visible state. | Mac only 6.5 |
Trace.AreErrorNotificationsEnabled Checks whether error notifications are enabled. | Mac only 5.0 |
Trace.DisableErrorNotifications Disables error notifications. | Mac only 5.0 |
Trace.EnableErrorNotifications Enable error notifications. | Mac only 5.0 |
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 |
UNNotification.Action Queries identifier of action. | Mac/iOS 7.2 |
UNNotification.AddFile Adds an attachment to the notification. | Mac/iOS 10.4 |
UNNotification.AddImage Adds an attachment to the notification. | Mac/iOS 10.4 |
UNNotification.AddUserInfo Adds user info. | Mac/iOS 7.2 |
UNNotification.AuthorizationError Queries error for notification authorization. | Mac/iOS 7.3 |
UNNotification.AuthorizationGranted Queries whether notifications are allowed. | Mac/iOS 7.3 |
UNNotification.Badge Queries badge number. | Mac/iOS 7.2 |
UNNotification.Body Queries the body of the notification. | Mac/iOS 7.2 |
UNNotification.CategoryIdentifier Queries the category identifier. | Mac/iOS 7.2 |
UNNotification.Date Queries the date displayed on the notification. | Mac/iOS 7.2 |
UNNotification.Deliver Delivers notification now. | Mac/iOS 9.3 |
UNNotification.DeliveredNotifications Queries list of delivered notifications. | Mac/iOS 7.2 |
UNNotification.GetDescription Queries description of notification. | Mac/iOS 9.3 |
UNNotification.Identifier Queries identifier. | Mac/iOS 7.2 |
UNNotification.IsRegisteredForRemoteNotifications Checks whether we can get remote notifications. | Mac/iOS 7.2 |
UNNotification.New Creates a new notification. | Mac/iOS 7.2 |
UNNotification.NextTriggerDate Quereis next trigger date. | Mac/iOS 7.2 |
UNNotification.NotificationSettings Checks notification settings. | Mac/iOS 7.2 |
UNNotification.PendingNotificationRequests Queries list of pending notifications. | Mac/iOS 7.2 |
UNNotification.Release Release reference to notification. | Mac/iOS 7.2 |
UNNotification.ReleaseAll Releases all notifications. | Mac/iOS 7.2 |
UNNotification.RemoteNotificationsDeviceToken Queries device token. | Mac/iOS 7.2 |
UNNotification.RemoteNotificationsError Queries the error from remote notification registration. | Mac/iOS 7.2 |
UNNotification.RemoveAllDeliveredNotifications Removes all delivered notifications from system. | Mac/iOS 7.2 |
UNNotification.RemoveAllPendingNotificationRequests Removed all pending notification requests. | Mac/iOS 7.2 |
UNNotification.RemoveDeliveredNotificationsWithIdentifiers Removes delivered notifications from system. | Mac/iOS 7.2 |
UNNotification.RemovePendingNotificationRequestsWithIdentifiers Removed pending notification requests. | Mac/iOS 7.2 |
UNNotification.Repeats Queries repeat status. | Mac/iOS 7.2 |
UNNotification.Schedule Schedule notification. | Mac/iOS 7.2 |
UNNotification.SetActionScript Sets which script to call when a notification’s action is triggered. | Mac/iOS 7.2 |
UNNotification.SetBadge Sets the badge number. | Mac/iOS 7.2 |
UNNotification.SetBody Sets the body of the notification. | Mac/iOS 7.2 |
UNNotification.SetCalendarDateTrigger Sets a calendar based trigger. | Mac/iOS 9.3 |
UNNotification.SetCalendarTrigger Sets a calendar based trigger. | Mac/iOS 7.2 |
UNNotification.SetCategoryIdentifier Sets the category identifier. | Mac/iOS 7.2 |
UNNotification.SetScript Sets which script to call when a notification is presented. | Mac/iOS 7.2 |
UNNotification.SetSound Sets the sound to play. | Mac/iOS 7.2 |
UNNotification.SetSubTitle Sets the subtitle of the notification. | Mac/iOS 7.2 |
UNNotification.SetThreadIdentifier Sets thread identifier. | Mac/iOS 7.2 |
UNNotification.SetTimeIntervalTrigger Sets a time base trigger. | Mac/iOS 7.2 |
UNNotification.SetTitle Sets title of notification. | Mac/iOS 7.2 |
UNNotification.SubTitle Queries subtitle of notification. | Mac/iOS 7.2 |
UNNotification.ThreadIdentifier Queries thread identifier. | Mac/iOS 7.2 |
UNNotification.TimeInterval Queries time interval for time based trigger. | Mac/iOS 7.2 |
UNNotification.Title Queries title of notification. | Mac/iOS 7.2 |
UNNotification.Type Queries type of notification. | Mac/iOS 7.2 |
UNNotification.UserInfoKeys Queries keys for user info. | Mac/iOS 7.2 |
UNNotification.UserInfoValue Queries value for given key in user info. | Mac/iOS 7.2 |
URLScheme.GetDefaultHandler Queries the default scheme handler for the given scheme name. | Mac/Win 3.0 |
URLScheme.InstallURLEventHandler Installs an event handler for the URL event and calls the script you specify with the URL as parameter. | Mac only 2.0 |
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.GetAutomaticallyDownloadsUpdates Queries whether automatic update download is enabled. | Mac only 6.5 |
Updater.GetFeedURL Queries the URL of the update feed. | Mac only 6.5 |
Updater.GetSendsSystemProfile Queries whether to send system profile while updating. | Mac only 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 |
Updater.SetAutomaticallyDownloadsUpdates Sets whether automatic update download is enabled. | Mac only 6.5 |
Updater.SetSendsSystemProfile Sets whether to send system profile while updating. | Mac only 6.5 |
Updater.UpdateInProgress Queries whether an update is in progress. | Mac only 6.5 |
UserNotification.ClearDidActivateNotificationScript Clears the name for the activate notification handler. | Mac only 2.8 |
UserNotification.ClearDidDeliverNotificationScript Clears the name for the deliver notification handler. | Mac only 2.8 |
UserNotification.ContentImage Queries image shown in the content of the notification. | Mac only 3.5 |
UserNotification.Create Creates a new user notification. | Mac only 2.8 |
UserNotification.GetActionButtonTitle Queries current action button title. | Mac only 2.8 |
UserNotification.GetActivationType Queries how the notification was activated. | Mac only 2.8 |
UserNotification.GetActualDeliveryDate Queries actual delivery date. | Mac only 2.8 |
UserNotification.GetDeliveryDate Queries the planned delivery date. | Mac only 2.8 |
UserNotification.GetDeliveryTimeZone Queries the time zone for this notification. | Mac only 2.8 |
UserNotification.GetDescription Queries description for debugging. | Mac only 2.8 |
UserNotification.GetIdentifier Queries the identifier used to uniquely identify a notification. | Mac only 3.5 |
UserNotification.GetInformativeText Queries the body text of the notification. | Mac only 2.8 |
UserNotification.GetOtherButtonTitle Queries the other button's custom title. | Mac only 2.8 |
UserNotification.GetResponse Queries the response text. | Mac only 3.5 |
UserNotification.GetResponsePlaceholder Queries the optional placeholder for inline reply field. | Mac only 3.5 |
UserNotification.GetSoundName Queries sound name for notification. | Mac only 2.8 |
UserNotification.GetSubTitle Queries the current sub title of the notification. | Mac only 2.8 |
UserNotification.GetTitle Queries current title of notification. | Mac only 2.8 |
UserNotification.GetUserInfo Queries application specific user info data. | Mac only 2.8 |
UserNotification.HasReplyButton Queries whether the notification has a reply button. | Mac only 3.5 |
UserNotification.Release Releases a notification reference. | Mac only 2.8 |
UserNotification.ReleaseAll Frees all user notification objects. | Mac only 10.5 |
UserNotification.SetActionButtonTitle Sets the title of the button displayed in the notification. | Mac only 2.8 |
UserNotification.SetContentImage Sets image shown in the content of the notification. | Mac only 3.5 |
UserNotification.SetDeliveryDate Sets the delivery date. | Mac only 2.8 |
UserNotification.SetDeliveryTimeZone Set the time zone to interpret the delivery date in. | Mac only 2.8 |
UserNotification.SetDidActivateNotificationScript Sets the activation notification action handler. | Mac only 2.8 |
UserNotification.SetDidDeliverNotificationScript Sets the delivery notification action handler. | Mac only 2.8 |
UserNotification.SetHasActionButton Sets whether notification has an action button. | Mac only 2.8 |
UserNotification.SetHasReplyButton Sets whether the notification has a reply button. | Mac only 3.5 |
UserNotification.SetIdentifier Sets the identifier used to uniquely identify a notification. | Mac only 3.5 |
UserNotification.SetInformativeText Sets the body of the notification. | Mac only 2.8 |
UserNotification.SetOtherButtonTitle Set the localized string to customize the title of the 'Close' button in an alert-style notification. | Mac only 2.8 |
UserNotification.SetResponsePlaceholder Sets the optional placeholder for inline reply field. | Mac only 3.5 |
UserNotification.SetSoundName Sets sound name. | Mac only 2.8 |
UserNotification.SetSubTitle Sets the subtitle displayed in the notification. | Mac only 2.8 |
UserNotification.SetTitle Sets the title of the notification. | Mac only 2.8 |
UserNotification.SetUserInfo Stores Application-specific user info that may be retrieved later. | Mac only 2.8 |
UserNotification.deliverNotification Deliver a notification immediately, including animation or sound alerts. | Mac only 2.8 |
UserNotification.deliveredNotifications Queries list of all delivered notifications. | Mac only 2.8 |
UserNotification.hasActionButton Queries whether notification has an action button. | Mac only 2.8 |
UserNotification.isPresented Whether the notification has been presented. | Mac only 2.8 |
UserNotification.isRemote Queries whether this is a remote notification. | Mac only 2.8 |
UserNotification.removeAllDeliveredNotifications Clear all delivered notifications for this application from the notification center. | Mac only 2.8 |
UserNotification.removeAllScheduledNotifications Remove all scheduled user notifications from the user notification center. | Mac only 9.2 |
UserNotification.removeDeliveredNotification Clear a delivered notification from the notification center. | Mac only 2.8 |
UserNotification.removeScheduledNotification Cancels a notification. | Mac only 2.8 |
UserNotification.scheduleNotification Add a notification to the center for scheduling. | Mac only 2.8 |
UserNotification.scheduledNotifications Queries list of all delivered notifications. | Mac only 2.8 |
WIA.ClearCurrentDevice Clears current device. | Win only 6.5 |
WIA.DeviceCount Queries number of devices. | Win only 6.5 |
WIA.DeviceProperties Queries the properties for the device as JSON. | Win only 8.3 |
WIA.DevicePropertyKeys Queries the property keys for the device. | Win only 6.5 |
WIA.DevicePropertyValue Queries a device property value. | Win only 6.5 |
WIA.GetCurrentDevice Queries ID of current device. | Win only 6.5 |
WIA.GetCurrentItem Queries name/ID of current item. | Win only 8.3 |
WIA.Image Queries native path to image file. | Win only 6.5 |
WIA.ImageCount Queries number of scanned images. | Win only 6.5 |
WIA.ImageDialog Offer dialog to user to acquire image. | Win only 6.5 |
WIA.Images Queries just of native path to image files. | Win only 9.1 |
WIA.Initialize Initializes WIA services. | Win only 6.5 |
WIA.ItemProperties Queries properties as JSON. | Win only 8.3 |
WIA.ItemPropertyKeys Queries list of properties. | Win only 6.5 |
WIA.ItemPropertyValue Queries an item property value. | Win only 6.5 |
WIA.ListItems Lists the items. | Win only 6.5 |
WIA.Scan Transfers data from the given item to the application. | Win only 6.5 |
WIA.SelectDeviceDialog Presents the device selection dialog. | Win only 6.5 |
WIA.SetCurrentDevice Sets the current device. | Win only 6.5 |
WIA.SetDevicePropertyValue Sets a device property value. | Win only 6.5 |
WIA.SetItemPropertyValue Sets a property of an item. | Win only 6.5 |
WMFP.GetLoop Queries whether to loop. | Win only 10.1 |
WMFP.GetVisible Queries current visibility state. | Win only 10.0 |
WMFP.Screenshot Queries picture from current frame. | Win only 10.1 |
WMFP.SetBorder Sets the border color. | Win only 10.0 |
WMFP.SetLoop Sets whether to loop. | Win only 10.1 |
WMFP.SetVisible Hides or shows the player. | Win only 10.0 |
WMFP.UpdateVideo Updates the video frame. | Win only 10.0 |
WebDownloadDelegate.Cancel Cancels download. | Mac only 2.7 |
WebDownloadDelegate.ClearBeginDownloadHandler Clears the script called for beginning downloads. | Mac only 2.7 |
WebDownloadDelegate.ClearDidDownloadHandler Clears the script called for finished downloads. | Mac only 2.7 |
WebDownloadDelegate.ClearFailHandler Clears the script called for failed downloads. | Mac only 2.7 |
WebDownloadDelegate.ClearFolder Clears the download folder. | Mac only 2.8 |
WebDownloadDelegate.ClearProgressHandler Clears the script called for download progress. | Mac only 2.7 |
WebDownloadDelegate.DownloadedLength Number of bytes downloaded so far. | Mac only 2.7 |
WebDownloadDelegate.ErrorMessage The last error message from download. | Mac only 2.7 |
WebDownloadDelegate.GetFolder Queries current defined download folder. | Mac only 2.8 |
WebDownloadDelegate.Install Assigns this web viewer our download delegate. | Mac only 2.7 |
WebDownloadDelegate.MIMEType Returns the MIME type. | Mac only 2.7 |
WebDownloadDelegate.Path The file path of the downloaded file. | Mac only 2.7 |
WebDownloadDelegate.SetBeginDownloadHandler Sets the script called when a download is about to begin. | Mac only 2.7 |
WebDownloadDelegate.SetDidDownloadHandler Sets the script called when a download finished. | Mac only 2.7 |
WebDownloadDelegate.SetFailHandler Sets the script called when a download failed. | Mac only 2.7 |
WebDownloadDelegate.SetFolder Sets the download folder. | Mac only 2.8 |
WebDownloadDelegate.SetProgressHandler Sets the script called when a download made progress. | Mac only 2.7 |
WebDownloadDelegate.URL Queries current URL. | Mac only 2.7 |
WebDownloadDelegate.expectedContentLength Returns the expected content length. | Mac only 2.7 |
WebDownloadDelegate.suggestedFilename Returns a suggested filename. | Mac only 2.7 |
WebDownloadDelegate.textEncodingName Returns the name of the receiver's text encoding provided by the response's originating source. | Mac only 2.7 |
WebHook.GetFileName Queries file name for the trigger script. | All 11.5 |
WebHook.GetScriptName Queries script name for the trigger script. | All 11.5 |
WebHook.SetScript Sets the script to call when request was received. | All 11.5 |
WebPolicyDelegate.AddMimeType Adds a mime type to the action list for the policy decisions. | Mac only 2.7 |
WebPolicyDelegate.Install Assigns this WebViewer our policy delegate as a filter to the FileMaker built in delegate. | Mac only 2.7 |
WebPolicyDelegate.RemoveMimeType Removes a mime type to the action list for the policy decisions. | Mac only 2.7 |
WebView.AddScriptMessageHandler Adds a script message handler. | Mac/iOS 8.0 |
WebView.AddUserScript Adds a user script. | Mac/iOS 9.5 |
WebView.AllCookies Returns all website cookies as JSON. | Mac/Win/iOS 8.4 |
WebView.AllowsAnyHTTPSCertificateForHost Allows a certain host to allow use of any HTTP certificates. | Mac only 6.2 |
WebView.CallFunction Calls a JavaScript function. | Mac/Win/iOS 10.0 |
WebView.CanResetPageZoom Whether web page can be reset. | Mac/iOS 4.1 |
WebView.CanZoomPageIn Whether web page can be zoomed in. | Mac/iOS 4.1 |
WebView.CanZoomPageOut Whether web page can be zoomed out. | Mac/iOS 4.1 |
WebView.ClearBrowserSession Ends browser session. | Win only 8.5 |
WebView.ClearSelection Clears selection. | Mac/Win 7.4 |
WebView.ClickInput Clicks the specified Input Element. | Mac/Win/iOS 1.4 |
WebView.Close Closes a custom web view. | Mac/Win/iOS 7.4 |
WebView.Cookies.ClearForURL Deletes all cookies for a given website. | Mac only 5.0 |
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.Create Creates a new web view inside the window with the given rectangle. | Mac/Win/iOS 7.4 |
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.DisableJavascriptAlerts Disables alert() command in Javascript. | Mac only 2.5 |
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.ExecCommand Executes a command on Windows IE. | Win only 7.3 |
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.GetAllowsLinkPreview Whether to allow link previews. | Mac/iOS 9.3 |
WebView.GetAutoResizingMask Queries auto resizing mask. | Mac/iOS 7.5 |
WebView.GetCustomUserAgent Queries the current custom user agent string. | Mac/Win/iOS 2.9 |
WebView.GetDrawsBackground Whether to the WebView draws background. | Mac/iOS 11.5 |
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 web viewer. | 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.GetFormattedText Queries the current text of the document. | Mac/iOS 5.0 |
WebView.GetHTMLText Queries the current HTML of the document. | Mac/Win/iOS 2.8 |
WebView.GetHidden Queries a web viewer’s hidden state. | Mac only 7.1 |
WebView.GetIcon Queries the favorite icon of current webpage. | Mac only 5.0 |
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.GetInternetExplorerHiDPI Query whether HiDPI handling is enabled. | Win only 10.2 |
WebView.GetInternetExplorerVersion Queries the Internet Explorer version to use for Webviewer. | Win only 6.4 |
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.GetMediaVolume Queries the maximum volume of all sounds generated on this WebViewer. | Mac only 4.1 |
WebView.GetPageSizeMultiplier Queries the page size multiplier. | Mac/iOS 4.1 |
WebView.GetPlainText Queries the current text of the document. | Mac/Win/iOS 3.1 |
WebView.GetPreferences Queries WebView preferences parameters. | Mac/Win/iOS 2.2 |
WebView.GetPrintParameter Queries print parameters | Mac/Win 2.1 |
WebView.GetSilent Queries silent mode for WebViewer. | Win only 6.5 |
WebView.GetSource Queries the html source from the web viewer. | Mac/Win/iOS 1.5 |
WebView.GetSourceData Queries the source data from the web viewer. | Mac/iOS 2.1 |
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.GetUsePrivateBrowsing Queries private browsing flag. | Mac only 11.3 |
WebView.GetZoom New in 13.1 Queries the zoom factor. | Win only 13.1 |
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.HasParent Checks whether WebView has parent control. | Mac/Win/iOS 12.1 |
WebView.InstallCallback Installs JavaScript callback into web viewer. | Mac/Win 1.3 |
WebView.InstallMultiFileOpenDialog Installs support to the WebViewer for multiple file selections. | Mac only 5.1 |
WebView.InstallUserMediaAccess Enables user media access. | Mac/iOS 10.2 |
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 JavaScript URL into the WebViewer. | Mac/Win/iOS 2.1 |
WebView.LoadURL Loads the given URL into the WebViewer. | Mac/Win/iOS 2.1 |
WebView.MakeTextLarger Increases the text size. | Mac/iOS 4.1 |
WebView.MakeTextSmaller Decreases the text size. | Mac/iOS 4.1 |
WebView.MakeTextStandardSize Sets text to standard size. | Mac/iOS 4.1 |
WebView.Passwords.Clear Clears the list of passwords. | Mac only 6.3 |
WebView.Passwords.Install Installs the plugin functions which watch for password requests on a WebViewer. | Mac only 6.3 |
WebView.Passwords.Set Stores a password for later. | Mac only 6.3 |
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.PressKey Sends a keypress to web viewer. | Win only 6.2 |
WebView.Print Prints the current web view content. | Mac/Win 1.8 |
WebView.PrintPreview Shows the print preview dialog from Internet Explorer. | Win/iOS 2.6 |
WebView.PrintToFile Prints the current web view content to PDF file. | Mac/Win 4.0 |
WebView.Release Releases a web viewer iD. | Mac/Win/iOS 1.4 |
WebView.Reload Reloads the WebViewer. | Mac/Win/iOS 1.4 |
WebView.RemoveAllUserScripts Removes all associated user scripts. | Mac/iOS 9.5 |
WebView.RemoveScriptMessageHandler Removes a script message handler. | Mac/iOS 8.0 |
WebView.RenderImage Renders the WebViewer to a picture. | Mac/Win/iOS 2.1 |
WebView.RenderPDF Renders the web view to a PDF. | Mac only 3.0 |
WebView.ResetPageZoom Resets the web page zoom. | Mac/iOS 4.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.Scrollbar.getHorizontalMaximum Queries maximum value for horizontal scrollbar. | Mac/iOS 5.0 |
WebView.Scrollbar.getHorizontalPosition Queries current value for horizontal scrollbar. | Mac/iOS 5.0 |
WebView.Scrollbar.getVerticalMaximum Queries maximum value for vertical scrollbar. | Mac/iOS 5.0 |
WebView.Scrollbar.getVerticalPosition Queries current value for vertical scrollbar. | Mac/iOS 5.0 |
WebView.Scrollbar.set Scrolls to the given coordinates. | Mac/iOS 5.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.SendCommand Executes a command on Windows IE. | Win only 7.3 |
WebView.SetAllowsLinkPreview Set whether to allow link previews. | Mac/iOS 9.3 |
WebView.SetAutoResizingMask Sets the auto resizing mask. | Mac/iOS 7.5 |
WebView.SetCustomUserAgent Sets the custom user agent text. | Mac/Win 2.9 |
WebView.SetDrawsBackground Whether to the WebView draws background. | Mac/iOS 11.5 |
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.SetHidden Sets a web viewer to be invisible. | Mac only 7.1 |
WebView.SetInternetExplorerHiDPI Sets whether HiDPI handling is enabled. | Win only 10.2 |
WebView.SetInternetExplorerVersion Sets the Internet Explorer version to use for web viewer. | Win only 6.4 |
WebView.SetMediaVolume Sets the maximum volume of all sounds generated on this web view. | Mac only 4.1 |
WebView.SetPageSizeMultiplier Sets the page size multiplier. | Mac/iOS 4.1 |
WebView.SetPreferences Sets WebView preferences parameters. | Mac/Win/iOS 2.2 |
WebView.SetPrintParameter Sets print parameters for Webview.Print method. | Mac/Win/iOS 2.1 |
WebView.SetSilent Sets silent mode for WebViewer. | Win only 6.5 |
WebView.SetTitle Sets the title of the web page that is currently being displayed in the web Viewer. | Mac/Win/iOS 1.4 |
WebView.SetUsePrivateBrowsing Sets private browsing desire. | Mac only 11.3 |
WebView.ShowDevTools Shows developer tools. | Win only 11.5 |
WebView.StopLoading Stops loading all resources on the current page. | Mac/Win/iOS 9.3 |
WebView.UserScripts Queries list of user scripts. | Mac/iOS 9.5 |
WebView.Version Queries WebKit version for web viewer. | Mac/iOS 10.3 |
WebView.ZoomPageIn Zooms web page in. | Mac/iOS 4.1 |
WebView.ZoomPageOut Zooms web page out. | Mac/iOS 4.1 |
WebView.setZoom Sets the optical scale of the webpage. | Win only 4.2 |
WinPhotoAcquire.Acquire Starts the import process. | Win only 12.1 |
WinPhotoAcquire.Files Queries list of files after acquire finished. | Win only 12.1 |
WinPhotoAcquire.GetCurrentDeviceID Queries device ID for currently selected devices. | Win only 12.1 |
WinPhotoAcquire.SetCurrentDeviceID Sets the current device. | Win only 12.1 |
WinPhotoAcquire.ShowSelectDeviceDialog Shows dialog to select device. | Win only 12.1 |
WinPhotoAcquire.ShowSettingsDialog Shows settings dialog. | Win only 12.1 |
WinSendMail.AddAttachmentContainer Adds an attachment to the email based on a container field. | Win only 7.1 |
WinSendMail.AddAttachmentFile Adds an attachment to the email based on a file path. | Win only 7.1 |
WinSendMail.AddAttachmentText Adds an attachment to the email based on a text. | Win only 7.1 |
WinSendMail.AddBCC Adds a blind copy recipient. | Win only 7.1 |
WinSendMail.AddCC Adds a copy recipient. | Win only 7.1 |
WinSendMail.AddRecipient Adds a recipient. | Win only 7.1 |
WinSendMail.AddTo Adds a recipient. | Win only 7.1 |
WinSendMail.AttachmentCount Queries number of attachments. | Win only 7.1 |
WinSendMail.ClearAttachments Clears all attachments from this email. | Win only 7.1 |
WinSendMail.ClearRecipients Clears all recipients. | Win only 7.1 |
WinSendMail.CreateEmail Creates a new email. | Win only 7.1 |
WinSendMail.GetSubject Queries the subject of this email. | Win only 7.1 |
WinSendMail.GetText Queries text to send. | Win only 7.1 |
WinSendMail.Release Releases all memory used by this email. | Win only 7.1 |
WinSendMail.ReleaseAll Release all send email sessions. | Win only 10.5 |
WinSendMail.Send Sends email. | Win only 7.1 |
WinSendMail.SendAnsi Sends email. | Win only 7.1 |
WinSendMail.SendAsync Sends email asynchronously. | Win only 9.1 |
WinSendMail.SetFrom Sets the email from address. | Win only 7.1 |
WinSendMail.SetSubject Sets the subject line. | Win only 7.1 |
WinSendMail.SetText Sets the text content. | Win only 7.1 |
Window.Activate Activates the window. | Mac/Win 2.8 |
Window.AsPDF Renders the window as PDF so you can save it in a container value. Includes a JPEG preview. | Mac only 2.3 |
Window.ClearCloseTrigger Clears close trigger. | Mac only 12.1 |
Window.ClearFocus Clears focus of Window. | Mac/Win 6.1 |
Window.ClearTouchBar Clears a TouchBar assigned to a window. | Mac only 8.4 |
Window.ConfigureToolbarMenu Configures toolbar menu. | Mac only 8.3 |
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.FlashWindow Flashes the specified window one time. | Win only 6.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.GetMaxHeight Queries maximum allowed height for a window. | Mac only 6.5 |
Window.GetMaxWidth Queries maximum allowed width for a window. | Mac only 6.5 |
Window.GetMinHeight Queries minimum allowed height for a window. | Mac only 6.5 |
Window.GetMinWidth Queries minimum allowed width for a window. | Mac only 6.5 |
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.GetTitleVisible Queries whether title bar of window is visible. | Mac only 6.0 |
Window.GetTitlebarSeparatorStyle Queries titlebar separator style. | Mac only 11.0 |
Window.GetToolbarConfiguration Returns the toolbar configuration. | Mac only 4.3 |
Window.GetToolbarCustomizationPaletteIsRunning Returns whether the toolbar customization palette is running (in use). | Mac only 4.3 |
Window.GetToolbarDisplayMode Queries mode of Mac toolbar. | Mac only 11.0 |
Window.GetToolbarStyle Queries toolbar style. | Mac only 11.0 |
Window.GetToolbarVisible Returns whether the toolbar is visible. | Mac only 4.3 |
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.HasShadow This function returns the current state of the Window's Shadow. | Mac only 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.HideKeyboard New in 13.2 Hides the keyboard. | Mac/Win 13.2 |
Window.IgnoresMouseEvents Queries whether mouse events are ignored. | Mac only 1.1 |
Window.IsFullScreen Queries whether window is fullscreen. | Mac only 3.0 |
Window.IsFullScreenAuxiliary Whether this window is a fullscreen auxiliary window. | Mac only 3.0 |
Window.IsFullScreenPrimary Whether this window is a fullscreen primary window. | Mac only 3.0 |
Window.IsKeyboardVisible New in 13.2 Checks whether keyboard viewer is visible. | Mac/Win 13.2 |
Window.IsMaximized Queries window maximize state. | Mac/Win 9.0 |
Window.IsMinimized Queries window minimize state. | Mac/Win 9.0 |
Window.IsModified Queries whether document has been modified. | Mac only 1.1 |
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.ListCommands Queries list of commands for window. | Mac only 6.5 |
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.RemoveMenu Removes the menu on a window. | Win only 3.3 |
Window.Resizable Queries whether window is resizable. | Mac/Win 2.4 |
Window.Resize Resizes the window animated. | Mac/Win 2.2 |
Window.RunCommand Performs a function on a window. | Mac only 6.5 |
Window.RunToolbarCustomizationPalette Runs the toolbar customization palette. | Mac only 4.3 |
Window.Screenshot Creates screenshot from a window. | Mac/Win/iOS 5.4 |
Window.Scrollbar.GetScrollElasticity Queries the elasticity mode of the scrollbar in a FileMaker window. | Mac only 6.5 |
Window.Scrollbar.SetScrollElasticity Sets the scroll elasticity for a window. | Mac only 6.5 |
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.SetCloseTrigger Sets close trigger. | Mac only 12.1 |
Window.SetCurrentTag Set window tag for current window. | Mac/Win 6.3 |
Window.SetDockImage Sets the dock image for a window. | Mac only 7.5 |
Window.SetFocus Sets focus to the Window. | Mac/Win 8.5 |
Window.SetFullScreenAuxiliary Sets this window to be an auxiliary window. | Mac only 3.0 |
Window.SetFullScreenPrimary Sets this window to be a primary window. | Mac only 3.0 |
Window.SetIgnoresMouseEvents Disables mouse input for this window. | Mac only 1.1 |
Window.SetMaxHeight Sets maximum allowed height for the window. | Mac only 6.5 |
Window.SetMaxWidth Sets maximum allowed width for the window. | Mac only 6.5 |
Window.SetMinHeight Sets minimum required height for the window. | Mac only 6.5 |
Window.SetMinWidth Sets minimum required width for the window. | Mac only 6.5 |
Window.SetMiniaturizeButton This function enables or disables the the Miniaturize Button on a window. | Mac/Win 1.1 |
Window.SetModified Sets the modified state of the window. | Mac only 1.1 |
Window.SetProgress Sets task bar progress. | Win only 7.3 |
Window.SetResizable Sets whether window is resizable. | Mac/Win 2.4 |
Window.SetShadow Turns shadow on or off. | Mac only 1.1 |
Window.SetShowsToolbarButton Sets whether toolbar on/off button should be shown or not. | Mac only 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.SetTitleIcon Sets the icon of a window in Windows. | Win only 3.2 |
Window.SetTitleVisible Sets whether title bar of window is visible. | Mac only 6.0 |
Window.SetTitlebarSeparatorStyle Sets titlebar separator style. | Mac only 11.0 |
Window.SetToolbarConfiguration Sets the toolbar configuration. | Mac only 4.3 |
Window.SetToolbarDisplayMode Sets mode of Mac toolbar. | Mac only 11.0 |
Window.SetToolbarStyle Sets toolbar style. | Mac only 11.0 |
Window.SetToolbarVisible Sets whether the toolbar is visible or hidden. | Mac only 4.3 |
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 character palette. | Mac/Win 7.2 |
Window.ShowKeyboard Shows the keyboard viewer. | Mac/Win 9.5 |
Window.ShowTableViewDialog Shows the dialog to modify the fields for table view. | Mac only 6.5 |
Window.ShowsToolbarButton Queries whether toolbar on/off button should be shown or not. | Mac only 2.4 |
Window.ToggleFullScreen Toggles fullscreen mode for this window. | Mac only 3.0 |
Window.TopHeight Queries window's toolbar height. | Mac/Win 8.3 |
Window.Update Asks the window to redraw. | Mac/Win 2.8 |
WindowTransition.Perform Performs the transitions. | Mac only 1.5 |
WindowTransition.Prepare Prepare the a transition to apply to the whole screen. | Mac only 1.5 |
WindowTransition.PrepareWindow Prepare the a transition to apply to the front FileMaker window. | Mac only 1.5 |
WindowsLocation.Initialize Initialized location functions for Windows. | Win only 10.4 |
WindowsLocation.Location Queries current location report. | Win only 10.4 |
WindowsLocation.RequestPermissions Asks for permissions. | Win only 10.4 |
WindowsLocation.Status Retrieves the status. | Win only 10.4 |
WindowsUserNotification.Available Queries whether available. | Win only 7.2 |
WindowsUserNotification.GetExpiresOnReboot New in 13.1 Queries whether the toast notification will remain in the Notification Center after a reboot. | Win only 13.1 |
WindowsUserNotification.GetFileName Queries file name for trigger script. | Win only 7.2 |
WindowsUserNotification.GetGroup New in 13.1 Gets the group identifier for the notification. | Win only 13.1 |
WindowsUserNotification.GetImagePath Queries image path. | Win only 7.2 |
WindowsUserNotification.GetNotificationMirroring New in 13.1 Gets a value that specifies whether notification mirroring is allowed. | Win only 13.1 |
WindowsUserNotification.GetPriority New in 13.1 Gets the priority of the toast notification. | Win only 13.1 |
WindowsUserNotification.GetRemoteId New in 13.1 Gets a remote id. | Win only 13.1 |
WindowsUserNotification.GetScriptName Queries script name for trigger script. | Win only 7.2 |
WindowsUserNotification.GetSuppressPopup New in 13.1 Gets whether a toast's pop-up UI is displayed on the user's screen. | Win only 13.1 |
WindowsUserNotification.GetTag New in 13.1 Gets the unique identifier of this notification within the notification Group. | Win only 13.1 |
WindowsUserNotification.GetText Query text to show. | Win only 7.2 |
WindowsUserNotification.HideNotification Hides the notification. | Win only 7.2 |
WindowsUserNotification.Initialize Initializes notification system. | Win only 7.2 |
WindowsUserNotification.Isinitialized Queries whether windows user notifications have been initialized. | Win only 7.2 |
WindowsUserNotification.List New in 13.1 Lists all IDs of notifications. | Win only 13.1 |
WindowsUserNotification.NewNotification Creates a new notification. | Win only 7.2 |
WindowsUserNotification.Release Releases the notification. | Win only 7.2 |
WindowsUserNotification.ReleaseAll Frees all user notifications objects. | Win only 10.5 |
WindowsUserNotification.SetExpiresOnReboot New in 13.1 Sets whether the toast notification will remain in the Notification Center after a reboot. | Win only 13.1 |
WindowsUserNotification.SetFileName Sets the file name for script trigger. | Win only 7.2 |
WindowsUserNotification.SetGroup New in 13.1 Sets the group identifier for the notification. | Win only 13.1 |
WindowsUserNotification.SetImagePath Sets image path for the image to show. | Win only 7.2 |
WindowsUserNotification.SetNotificationMirroring New in 13.1 Sets a value that specifies whether notification mirroring is allowed. | Win only 13.1 |
WindowsUserNotification.SetPriority New in 13.1 Sets the priority of the toast notification. | Win only 13.1 |
WindowsUserNotification.SetRemoteId New in 13.1 Sets a remote id. | Win only 13.1 |
WindowsUserNotification.SetScriptName Sets the script name for script trigger. | Win only 7.2 |
WindowsUserNotification.SetSuppressPopup New in 13.1 Sets whether a toast's pop-up UI is displayed on the user's screen. | Win only 13.1 |
WindowsUserNotification.SetTag New in 13.1 Sets the unique identifier of this notification within the notification Group. | Win only 13.1 |
WindowsUserNotification.SetText Sets the text to show. | Win only 7.2 |
WindowsUserNotification.Setting Queries notification status. | Win only 8.3 |
WindowsUserNotification.ShowNotification Shows the notification. | Win only 7.2 |
WindowsUserNotification.XMLUsed Queries the XML template used for the notification. | Win only 7.2 |
X509.ShowDialog Shows standard dialog with details. | Mac/Win 9.2 |
iOSApp.ReadReceipt Reads and parses App Store receipt. | Mac/iOS 10.4 |
2440 functions shown.
These functions require a paid license (61%).
