| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
New in version 16.3 and in the upcoming version 16.4
| Item | Details | Server |
|---|---|---|
| Audit.FieldCacheSize Queries number of entries in our field cache. | All 16.3 |
✅ Server |
| Audit.TableCacheSize Queries number of entries in our table cache. | All 16.3 |
✅ Server |
| CNContactPicker.CurrentProperties Queries the properties selected in the picker. | Mac/iOS 16.3 |
❌ Server |
| CNContactPicker.GetDisplayedKeys Queries the list of keys to display. | Mac/iOS 16.3 |
❌ Server |
| CNContactPicker.SetDisplayedKeys Sets what keys to display in the picker. | Mac/iOS 16.3 |
❌ Server |
| CURL.GetSizeDelivered Queries number of bytes delivered to the client. | All 16.3 |
✅ Server |
| DynaPDF.AbortPath Discards the current path in memory. | All 16.4 |
✅ Server |
| DynaPDF.ErrLogMessage Returns an error of the internal error log. | All 16.4 |
✅ Server |
| DynaPDF.ErrLogMessageCount Returns the number of error messages in the internal error log. | All 16.4 |
✅ Server |
| DynaPDF.ErrLogMessages Returns an errors of the internal error log. | All 16.4 |
✅ Server |
| DynaPDF.GetSVGSize Retrieves the width and height of a SVG graphic. | All 16.4 |
✅ Server |
| DynaPDF.GetSVGSizes Retrieves the width and height of a SVG graphic. | All 16.4 |
✅ Server |
| DynaPDF.GetSVGSymbolCount Returns the number of symbols or separate SVG files which are included in the file. | All 16.4 |
✅ Server |
| DynaPDF.GetSVGSymbolName Retrieves the name of a SVG symbol. | All 16.4 |
✅ Server |
| DynaPDF.GetSVGSymbolNames Retrieves the names of all SVG symbols. | All 16.4 |
✅ Server |
| DynaPDF.HaveOpenPath Whether there is an open path. | All 16.4 |
✅ Server |
| DynaPDF.InsertSVG Places a SVG graphic on the currently open page, template, or pattern. | All 16.4 |
✅ Server |
| DynaPDF.LoadSVG Loads a SVG from a container. | All 16.4 |
✅ Server |
| DynaPDF.LoadSVGFile Opens the specified SVG file from disk. | All 16.4 |
✅ Server |
| Encryption.GetGCMTag Queries the GCM tag of the last encryption. | All 16.4 |
✅ Server |
| Encryption.PubKeyDecrypt Decrypts data with a private key. | All 16.3 |
✅ Server |
| Encryption.PubKeyEncrypt Encrypts data with a public key. | All 16.3 |
✅ Server |
| Encryption.SetGCMTag Sets the GCM tag of the next decryption. | All 16.4 |
✅ Server |
| FM.Relations Queries relationships for current file as JSON. | All 16.4 |
✅ Server |
| Files.CheckSignature Validates signature of an application, library or plugin. | Mac/Win 16.4 |
✅ Server |
| Files.SignatureInfo Query information on a code signed file. | Mac/Win 16.4 |
✅ Server |
| Keychain.AddGenericPassword Adds a generic password to the keychain. | Mac/iOS 16.3 |
✅ Server |
| Keychain.DeleteGenericPassword Delete password from keychain. | Mac/iOS 16.3 |
✅ Server |
| Keychain.FindGenericPassword Finds a password for a keychain item and returns it. | Mac/iOS 16.3 |
✅ Server |
| Keychain.ListGenericPasswords Queries metadata for all generic passwords. | Mac/iOS 16.3 |
✅ Server |
| Keychain.UpdateGenericPassword Update a generic password entry with a new password. | Mac/iOS 16.3 |
✅ Server |
| List.ColumnMatchesPostfix Finds list entries which have a given postfix text. | All 16.3 |
✅ Server |
| List.ColumnMatchesPrefix Finds list entries which have a given prefix text. | All 16.3 |
✅ Server |
| List.ColumnMatchesSubString Finds list entries which contains a given text. | All 16.3 |
✅ Server |
| Llama.Version Queries the version for the loaded llama-cpp version. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.Close Closes the bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.Create Creates a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.Execute Executes all operations queued into the bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.GetBypassDocumentValidation Whether to bypass document validation for all operations part of this bulk. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.GetComment Queries the comment to attach to all commands executed as part of this bulk. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.GetLet Queries the let JSON, which defines constants that can be accessed by all update, replace, and delete operations executed as part of this bulk. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.GetServerId Queries the server id for the server to use. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.GetUsedServerId Queries the used server Id. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.Insert Queue an insert of a single document into a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.RemoveMany Delete documents as part of a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.RemoveOne Replace a single document as part of a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.ReplaceOne Replace a single document as part of a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.SetBypassDocumentValidation Whether to bypass document validation for all operations part of this bulk. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.SetComment Assigns a comment to attach to all commands executed as part of this bulk. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.SetLet Defines constants that can be accessed by all update, replace, and delete operations executed as part of this bulk. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.SetServerId Specifies which server to use for the operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.UpdateMany This function queues an update as part of a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.BulkOperation.UpdateOne Queues an update as part of a bulk operation. | All 16.4 |
✅ Server |
| MongoDB.GridFS.Close Closes the GridFS. | All 16.3 |
✅ Server |
| MongoDB.GridFS.Drop Requests that an entire GridFS be dropped, including all files associated with it. | All 16.3 |
✅ Server |
| MongoDB.GridFS.Find Finds all gridfs files matching filter. | All 16.3 |
✅ Server |
| MongoDB.GridFS.FindOne Find the first GridFS file matching filter. | All 16.3 |
✅ Server |
| MongoDB.GridFS.FindOneByFileName Finds the first file matching the filename specified. | All 16.3 |
✅ Server |
| MongoDB.GridFS.GetChunks Gets collection that contains the chunks for files. | All 16.3 |
✅ Server |
| MongoDB.GridFS.GetFiles Gets collection that contains the file metadata for GridFS. | All 16.3 |
✅ Server |
| MongoDB.GridFS.Open Opens the GridFS. | All 16.3 |
✅ Server |
| MongoDB.GridFS.Read Reads a file and returns container value. | All 16.3 |
✅ Server |
| MongoDB.GridFS.Remove Removes file and its data chunks from the MongoDB server. | All 16.3 |
✅ Server |
| MongoDB.GridFS.RemoveByFileName Removes all files matching filename and their data chunks from the MongoDB server. | All 16.3 |
✅ Server |
| MongoDB.GridFS.Write Writes a container value as file to GridFS. | All 16.3 |
✅ Server |
| Plugin.LibXMLVersion Queries version of the XML library. | All 16.4 |
✅ Server |
| Plugin.LibXSLTVersion Queries version of the XSLT library. | All 16.4 |
✅ Server |
| Plugin.LicenseExpiration Returns the expiration date of the plugin license. | All 16.4 |
✅ Server |
| Printer.CancelJob Cancels a print job. | Mac/Win 16.3 |
❌ Server |
| Printer.GetJobsAsJSON Queries print jobs and returns JSON Array. | Mac/Win 16.3 |
❌ Server |
| ScriptWorkspace.CurrentTabIsPreview Check whether the current tab has a preview button. | Mac only 16.4 |
❌ Server |
| ScriptWorkspace.CurrentTabToggleClose Toggles the close button on the current tab. | Mac only 16.4 |
❌ Server |
| ScriptWorkspace.CurrentTabTogglePreview Toggles the preview button on the current tab. | Mac only 16.4 |
❌ Server |
| ScriptWorkspace.SetFocusToScript Sets the focus to script. | Mac only 16.4 |
❌ Server |
| ScriptWorkspace.Steps Queries the list of script steps in the Script Workspace. | Mac only 16.3 |
❌ Server |
| SerialPort.Setup Sets baud rate, parity and data/stop bits in one call. | Mac/Win 16.3 |
❌ Server |
| SyntaxColoring.GetFieldTooltipsEnabled Whether database design dialog tooltips for fields are enabled. | Mac only 16.4 |
❌ Server |
| SyntaxColoring.GetTagsJSON Query list of all tag names and values as JSON. | Mac only 16.4 |
❌ Server |
| SyntaxColoring.SetFieldTooltipsEnabled Sets whether database design dialog tooltips for fields are enabled. | Mac only 16.4 |
❌ Server |
| SystemInfo.isGoldenGate Whether the operating system is macOS 27 Golden Gate or newer. | All 16.3 |
✅ Server |
| Window.EnableEscForCustomDialog Enables ESC key to close a custom dialog. | Mac/Win 16.4 |
❌ Server |
| Window.Screen Queries the screen index for the window. | Mac/Win 16.3 |
❌ Server |
| XL.ClearLicense Removed license key without unloading the library. | All 16.4 |
✅ Server |
| XL.Sheet.AutoFilter.GetSortEx Gets the zero-based index of sorted column in AutoFilter and its sort order. | All 16.3 |
✅ Server |
| XL.Sheet.AutoFilter.SortLevels Gets the number of sort levels. | All 16.3 |
✅ Server |
| XL.Sheet.DataValidation Queries details on one data validation. | All 16.3 |
✅ Server |
| XL.Sheet.DataValidationSize Returns a number of data validations in this worksheet (only for xlsx files). | All 16.3 |
✅ Server |
| XL.Sheet.DataValidations Queries details on all data validations. | All 16.3 |
✅ Server |
| XL.Table.IsAutoFilter Returns true if the AutoFilter already exists (only for xlsx files). | All 16.3 |
✅ Server |
| XL.Table.RemoveFilter Removes the AutoFilter from the sheet (only for xlsx files). | All 16.3 |
✅ Server |
90 functions shown.
These functions require a license (52%).
New parameters added
| Item | Details | Server |
|---|---|---|
| AVRecorder.AddPreviewWithControl Adds a preview area to the window using placeholder control. | Mac/Win/iOS |
❌ Server |
| List.MatchesSubString Finds list entries which contains a given text. | All |
✅ Server |
| SpeechRecognition.Recognize Recognizes some text. | Mac/iOS |
❌ Server |
3 functions shown.
These functions require a license (100%).
MarkDown version: new.md