Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 5.3
Item | Details | Server |
---|---|---|
Audit.GetIgnoreUnderscoreFieldNames Queries the state of the underscore ignore setting. | All |
✅ Server |
Audit.SetIgnoreUnderscoreFieldNames Sets whether to ignore all field names whose name starts with underscore character. | All |
✅ Server |
CURL.GetResultAsEmail Queries the result of the CURL transfer and parses as email. | All |
✅ Server |
Container.Compress Compresses a container value. | All |
✅ Server |
Container.Decompress Decompresses a container value. | All |
✅ Server |
DynaPDF.GetGStateFlags Returns the current graphics state flags. | All |
✅ Server |
DynaPDF.InitColorManagement Enables color management for render functions. | All |
✅ Server |
DynaPDF.SetGStateFlags Sets optional flags affecting the graphics state, coordinate handling, as well as color and image conversion rules. | All |
✅ Server |
DynaPDF.ShowDifferences Shows differences on two PDF pages by adding highlight annotations. | All |
✅ Server |
EmailParser.Address Queries an address value. | All |
✅ Server |
EmailParser.AddressCount Queries number of addresses. | All |
✅ Server |
EmailParser.Attachment Queries an attachment property. | All |
✅ Server |
EmailParser.AttachmentCount Queries number of attachments. | All |
✅ Server |
EmailParser.HTMLText Queries html text of email. | All |
✅ Server |
EmailParser.HTMLToPlainText Converts HTML to plain text. | All |
✅ Server |
EmailParser.Header Queries a header entry. | All |
✅ Server |
EmailParser.HeaderCount Queries number of header entries. | All |
✅ Server |
EmailParser.Inline Queries an inline graphics property. | All |
✅ Server |
EmailParser.InlineCount Queries number of inline images. | All |
✅ Server |
EmailParser.List Lists all email parser reference numbers. | All |
✅ Server |
EmailParser.MessageID Queries the message ID of the email. | All |
✅ Server |
EmailParser.Parse Parses an email. | All |
✅ Server |
EmailParser.ParseFile Parses an email from a file. | All |
✅ Server |
EmailParser.PlainText Queries plain text of email. | All |
✅ Server |
EmailParser.Release Frees the email parser. | All |
✅ Server |
EmailParser.Subject Queries the subject line of the email. | All |
✅ Server |
EmailParser.WriteAttachment Writes an attachment to a file path. | All |
✅ Server |
EmailParser.WriteInline Writes an inline graphics to a file path. | All |
✅ Server |
FM.InsertRecordTSV Inserts records based on tab/return separated text. | All |
✅ Server |
QuickList.List Returns list of all quick list IDs. | All |
✅ Server |
RegEx.List Returns list of all regex IDs. | All |
✅ Server |
SQL.GetRecordsAsText Queries all records as text. | All |
✅ Server |
SQL.InternalSQLiteLibrary.Activate Activates the internal SQLite library. | All |
✅ Server |
SQL.InternalSQLiteLibrary.Activated Checks if internal SQLite library is used. | All |
✅ Server |
SQL.InternalSQLiteLibrary.Deactivate Deactivates the use of internal SQLite library. | All |
✅ Server |
SQL.InternalSQLiteLibrary.SourceID Returns the source code ID. | All |
✅ Server |
SQL.InternalSQLiteLibrary.Version Returns the SQLite version number. | All |
✅ Server |
SQL.InternalSQLiteLibrary.VersionNumber Returns the SQLite version number. | All |
✅ Server |
SQL.SQLite3.ReKey You can change the key on a database using the Rekey Function. | All |
✅ Server |
SQL.SQLite3.SetKey Sets the encryption key to use. | All |
✅ Server |
Social.AccountProperty Deprecated Queries details of an account. | Mac/iOS |
❌ Server |
Social.Accounts Deprecated Queries an array of all the accounts in an account database. | Mac/iOS |
❌ Server |
Social.HasAccessForAccountType Deprecated Checks if we do have permissions for this type of service. | Mac/iOS |
❌ Server |
Social.RequestAccessForAccountType Deprecated Requests permissions to use accounts. | Mac/iOS |
❌ Server |
SocialRequest.AddParameter Deprecated Adds a parameter to the request. | Mac/iOS |
❌ Server |
SocialRequest.ClearMultipartData Deprecated Clears the multipart data for this request. | Mac/iOS |
❌ Server |
SocialRequest.ClearParameter Deprecated Clears the parameter list for this request. | Mac/iOS |
❌ Server |
SocialRequest.GetAccount Deprecated Queries the account identifier for this request. | Mac/iOS |
❌ Server |
SocialRequest.GetMultiPartDataCount Deprecated Query number of multi part data in this request. | Mac/iOS |
❌ Server |
SocialRequest.GetParameterCount Deprecated Queries number of parameters for this request. | Mac/iOS |
❌ Server |
SocialRequest.GetRequestMethod Deprecated Queries request method. | Mac/iOS |
❌ Server |
SocialRequest.GetResponse Deprecated Queries details on the response. | Mac/iOS |
❌ Server |
SocialRequest.GetServiceType Deprecated Queries the service type. | Mac/iOS |
❌ Server |
SocialRequest.GetURL Deprecated Queries the URL for the request. | Mac/iOS |
❌ Server |
SocialRequest.New Deprecated Creates a new social request. | Mac/iOS |
❌ Server |
SocialRequest.Perform Deprecated Performs the request. | Mac/iOS |
❌ Server |
SocialRequest.Release Deprecated Releases request. | Mac/iOS |
❌ Server |
SocialRequest.SetAccount Deprecated Sets the account to use for this request. | Mac/iOS |
❌ Server |
SocialRequest.SetRequestMethod Deprecated Sets the request method for this request. | Mac/iOS |
❌ Server |
SocialRequest.SetServiceType Deprecated Sets the service type to use. | Mac/iOS |
❌ Server |
SocialRequest.SetURL Deprecated Sets the request URL. | Mac/iOS |
❌ Server |
SocialRequest.addMultipartContainer Deprecated Adds multipart data for this request. | Mac/iOS |
❌ Server |
SocialRequest.addMultipartText Deprecated Adds multipart data for this request. | Mac/iOS |
❌ Server |
Socket.GetBroadcast Queries whether broadcasts are allowed. | All |
✅ Server |
Socket.GetMulticastLoop Queries whether multicast packets are also sent to the sending socket. | All |
✅ Server |
Socket.GetMulticastTimeToLive Queries time to live for multicast data packets. | All |
✅ Server |
Socket.GetTimeToLive Queries time to live for data packets. | All |
✅ Server |
Socket.SetBroadcast Enables or disables whether broadcasts are allowed. | All |
✅ Server |
Socket.SetMulticastLoop Sets whether multicast packets are also sent to the sending socket. | All |
✅ Server |
Socket.SetMulticastTimeToLive Sets time to live for multicast data packets. | All |
✅ Server |
Socket.SetTimeToLive Sets time to live for data packets. | All |
✅ Server |
Text.ReadEMLXFile Reads email text from emlx file. | All |
✅ Server |
Window.AddBottomOverlay Deprecated Adds a control on bottom of the window to hide FileMakers controls behind it. | Mac only |
❌ Server |
XML.Import Imports XML and creates tables, fields and records. | All |
✅ Server |
XML.Import.Cancel Cancels current import. | All |
✅ Server |
XML.Import.Status Queries status of xml import. | All |
✅ Server |
XML.Import.Todo Queries how many items are to be done for XML import. | All |
✅ Server |
XML.Import.Total Queries total items to be imported. | All |
✅ Server |
78 functions shown.