| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
14.2 14.3 14.4 14.5 15.0 15.1 15.2 15.3 15.4 15.5 16.0 16.1
New in version 10.3
| Item | Details | Server |
|---|---|---|
| AVRecorder.AddPreviewWithControl Adds a preview area to the window using placeholder control. | Mac/Win/iOS |
❌ Server |
| Audit.GetIgnoreRepetitions Queries whether repetition fields should be ignored. | All |
✅ Server |
| Audit.SetIgnoreRepetitions Whether to ignore repetitions. | All |
✅ Server |
| CFunction.AllocateArray Allocates an array parameter. | All |
✅ Server |
| CFunction.Call Calls a C function. | All |
✅ Server |
| CFunction.FreeArray Free an array parameter. | All |
✅ Server |
| CFunction.GetArray Queries values of an array. | All |
✅ Server |
| CFunction.GetArrayByteSize Queries byte size of allocated array. | All |
✅ Server |
| CFunction.Name Queries name of the function. | All |
✅ Server |
| CFunction.ParameterCount Queries parameter count for function. | All |
✅ Server |
| CFunction.ParameterType Queries parameter type for a parameter. | All |
✅ Server |
| CFunction.Release Releases the function and all memory used for it. | All |
✅ Server |
| CFunction.ReturnType Queries return type. | All |
✅ Server |
| CFunction.SetArray Sets values of an array. | All |
✅ Server |
| CLibrary.Load Loads a C library. | All |
✅ Server |
| CLibrary.LoadFunction Loads a function from a library. | All |
✅ Server |
| CLibrary.Name Queries name of the library. | All |
✅ Server |
| CLibrary.Release Releases the library and all memory used for it. | All |
✅ Server |
| CLibrary.Symbols Queries list of symbols of a library. | All |
✅ Server |
| CURL.SetOptionIssuerCertBlob Set issuer SSL certificate from memory blob. | All |
✅ Server |
| CURL.SetOptionProxyIssuerCert Sets the proxy issuer SSL certificate filename. | All |
✅ Server |
| CURL.SetOptionProxyIssuerCertBlob Set proxy issuer SSL certificate from memory blob. | All |
✅ Server |
| CURL.SetOptionProxySSLCertBlob Sets private key for proxy cert from memory blob. | All |
✅ Server |
| CURL.SetOptionProxySSLKeyBlob Set private key for proxy cert from memory blob. | All |
✅ Server |
| CURL.SetOptionSSLCertBlob Set SSL client certificate from memory blob. | All |
✅ Server |
| CURL.SetOptionSSLKeyBlob Set private key for client cert from memory blob. | All |
✅ Server |
| ColorPanel.GetAlpha Queries alpha component of current color. | Mac only |
❌ Server |
| ColorPanel.GetColorName Queries catalog name for current color. | Mac only |
❌ Server |
| ColorPanel.SetAlpha Sets alpha part of the color. | Mac only |
❌ Server |
| DragDrop.GetSVG Queries SVG data. | Mac/Win |
❌ Server |
| DynaPDF.FlushPagesEx Writes the pages in memory to the PDF file exactly like DynaPDF.FlushPages. | All |
✅ Server |
| DynaPDF.ResetAnnotAP Forces a rebuild of the appearance stream of the specified annotation. | All |
✅ Server |
| FM.SQL.XMLRecord Returns a row as XML object. | All |
✅ Server |
| FM.SQL.XMLRecords Returns rows as XML. | All |
✅ Server |
| Files.StandardizePath Standardized a path. | All |
✅ Server |
| GMImage.GetZPL Queries image as ZPL hex image. | All |
✅ Server |
| GMImage.Ping Pings an image to query metadata. | All |
✅ Server |
| GMImage.PingContainer Pings an image to query metadata. | All |
✅ Server |
| HotKey.UnregisterAll Unregisters all hotkeys. | Mac/Win |
❌ Server |
| JSON.GetBooleanValue Queries boolean value for JSON. | All |
✅ Server |
| JSON.ToXML Converts JSON to XML. | All |
✅ Server |
| Java.DefineClass Defines a class. | Mac/Win/Linux |
✅ Server |
| Java.FindClass Checks if a class is available. | Mac/Win/Linux |
✅ Server |
| Matrix.Multiply Multiplies a value with cells in matrix. | All |
✅ Server |
| SSH.Tunnel.GetConnected Queries whether tunnel is connected and transfers data. | All |
✅ Server |
| SharingService.GetEmailRecipients Queries current list of email recipients. | Mac only |
❌ Server |
| SharingService.GetEmailSubject Queries current email subject. | Mac only |
❌ Server |
| SharingService.ServicesForItems Queries available services for some items. | Mac only |
❌ Server |
| SharingService.SetEmailRecipients Sets email recipients list for next share. | Mac only |
❌ Server |
| SharingService.SetEmailSubject Sets email subject for next share. | Mac only |
❌ Server |
| SharingService.SetTrigger Sets a trigger to call for the share. | Mac only |
❌ Server |
| SharingService.ShareItems Shares items with services. | Mac only |
❌ Server |
| Shell.GetBufferSize Queries desired shell buffer size. | Mac/Win/Linux |
✅ Server |
| Shell.SetBufferSize Sets desired shell buffer size. | Mac/Win/Linux |
✅ Server |
| Socket.EnableKeepAlive Enables keep alive of TCP/IP socket. | All |
✅ Server |
| SystemInfo.isARM Whether CPU is ARM based. | All |
✅ Server |
| SystemInfo.isBigSur Whether the operation system is macOS 11 Big Sur or newer. | All |
✅ Server |
| SystemInfo.isTranslated Queries whether application is translated on Apple Silicon Macs. | All |
✅ Server |
| WebView.CreateWithControl Creates a new web view inside the window with the given placeholder control. | Mac/Win/iOS |
❌ Server |
| WebView.SetFrameWithControl Repositions web view to given placeholder control. | Mac/Win/iOS |
❌ Server |
| WebView.ShowDebugBar Deprecated Shows the DebugBar for the web viewer on Windows. | Win only |
❌ Server |
| WebView.Version Queries WebKit version for web viewer. | Mac/iOS |
❌ Server |
| X509.ValidNotAfter The date where the certificate expires. | All |
✅ Server |
| X509.ValidNotBefore The date where the certificate was created. | All |
✅ Server |
| XL.Sheet.CellWriteTextAsNumber Writes a number into cell, but passes it as text. | All |
✅ Server |
| XL.Sheet.GetFirstFilledCol Returns the first column in the sheet that contains a filled cell. | All |
✅ Server |
| XL.Sheet.GetFirstFilledRow Returns the first row in the sheet that contains a filled cell. | All |
✅ Server |
| XL.Sheet.GetLastFilledCol Returns the zero-based index of the column after the last column in the sheet that contains a filled cell. | All |
✅ Server |
| XL.Sheet.GetLastFilledRow Returns the zero-based index of the row after the last row in the sheet that contains a filled cell. | All |
✅ Server |
69 functions shown.
These functions require a license (78%).
New parameters added
| Item | Details | Server |
|---|---|---|
| CGImageSource.SetProperty: Type Sets the value for a property. | Mac/iOS |
✅ Server |
| CURL.FormAddKeyContainer: ContentType, ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyContainerContentType: ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyFile: ContentType, ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyFileContentType: ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyText: ContentType, ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyTextContentType: ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyValue: ContentType, ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| CURL.FormAddKeyValueContentType: ContentHeaders Add a section to a multipart/formdata HTTP POST. | All |
✅ Server |
| List.CountValuesMatching: Mode Count matching entries in list. | All |
✅ Server |
| List.IndexOfFirstValueMatching: Mode Finds index of first value matching value. | All |
✅ Server |
| QuickList.CountValuesMatching: Value Count matching entries in list. | All |
✅ Server |
| QuickList.IndexOfFirstValueMatching: Mode Finds index of first value matching value. | All |
✅ Server |
| SQL.SetParamAsText: Type Sets parameter's value as character string data. | All |
✅ Server |
| Text.AddLineNumbers: Prefix Adds line numbers to text. | All |
✅ Server |
| Time.UnixTimeStamp: gmt Returns the unix time stamp. | All |
✅ Server |
| WebView.Create: Version Creates a new web view inside the window with the given rectangle. | Mac/Win/iOS |
❌ Server |
17 functions shown.
These functions require a license (88%).
Blog Entries