Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 15.2
Item | Details | Server |
---|---|---|
Audit.GetAuditLogTableName New in 15.2 Queries the table name for the AuditLog table. | All |
✅ Server |
Audit.GetUUIDFields New in 15.2 Queries UUID field names. | All |
✅ Server |
Audit.SetAuditLogTableName New in 15.2 Sets the table name for the AuditLog table. | All |
✅ Server |
Audit.SetUUIDFields New in 15.2 Sets the list of UUID field names. | All |
✅ Server |
CURL.SetOptionTCPKeepCount New in 15.2 Maximum number of TCP keep-alive probes. | All |
✅ Server |
CURL.SetOptionUploadFlags New in 15.2 Which flags to send the server relating to uploaded files. | All |
✅ Server |
DynaPDF.GetBidiMode New in 15.2 Returns the current bidirectional mode as number. | All |
✅ Server |
DynaPDF.ReadImageFormatFile New in 15.2 The function retrieves the most important properties of an image file. | All |
✅ Server |
DynaPDF.ReadImageResolutionFile New in 15.2 The function retrieves the horizontal and vertical resolution of an image file. | All |
✅ Server |
DynaPDF.RenderJob New in 15.2 Renders PDF pages in the background. | All |
✅ Server |
DynaPDF.SetBidiMode New in 15.2 Sets or changes the bidirectional mode. | All |
✅ Server |
Folders.UbiquityContainer New in 15.2 Queries path for an iCloud container. | Mac/iOS |
❌ Server |
JSON.ToCSV New in 15.2 Converts JSON to CSV. | All |
✅ Server |
ListDialog.GetCancelButtonValue New in 15.2 Queries cancel button value. | Mac/Win |
❌ Server |
ListDialog.GetOtherButtonNeedsSelection New in 15.2 Queries whether an other button needs a selection just like Select button. | Mac/Win |
❌ Server |
ListDialog.GetOtherButtonValue New in 15.2 Queries other button value. | Mac/Win |
❌ Server |
ListDialog.GetSelectButtonValue New in 15.2 Queries select button value. | Mac/Win |
❌ Server |
ListDialog.GetSwapButtons New in 15.2 Query whether to swap buttons. | Mac/Win |
❌ Server |
ListDialog.SetCancelButtonValue New in 15.2 Sets the value returned by ShowDialog function if the cancel button was clicked. | Mac/Win |
❌ Server |
ListDialog.SetOtherButtonNeedsSelection New in 15.2 Sets whether an other button needs a selection just like Select button. | Mac/Win |
❌ Server |
ListDialog.SetOtherButtonValue New in 15.2 Sets the value returned by ShowDialog function if the other button was clicked. | Mac/Win |
❌ Server |
ListDialog.SetSelectButtonValue New in 15.2 Sets the value returned by ShowDialog function if the select button was clicked. | Mac/Win |
❌ Server |
ListDialog.SetSwapButtons New in 15.2 Whether to swap buttons. | Mac/Win |
❌ Server |
MapView.GetWindow New in 15.2 Queries window number for the window the MapView is placed on. | Mac/iOS |
❌ Server |
Python.LibraryBuildInfo New in 15.2 Return information about the sequence number and build date and time of the current Python interpreter instance. | All |
✅ Server |
Python.LibraryCompiler New in 15.2 Return an indication of the compiler used to build the current Python version, in square brackets. | All |
✅ Server |
Python.LibraryCopyright New in 15.2 Return the official copyright string for the current Python version. | All |
✅ Server |
Python.LibraryPlatform New in 15.2 Return the platform identifier for the current platform. | All |
✅ Server |
Python.MonotonicTime New in 15.2 Read the monotonic clock. | All |
✅ Server |
Python.Time New in 15.2 Read the “wall clock” time. | All |
✅ Server |
ScriptWorkspace.IsFocusOnScriptList New in 15.2 Queries whether the focus is to the script list in the Script Workspace. | Mac only |
❌ Server |
ScriptWorkspace.SetFocusToScriptList New in 15.2 Set the focus to the script list in the Script Workspace. | Mac only |
❌ Server |
Variable.AppendJSON New in 15.2 Appends a JSON to the JSON array in the variable. | All |
✅ Server |
Variable.AppendValue New in 15.2 Appends a value to a variable. | All |
✅ Server |
Variable.PopJSON New in 15.2 Queries JSON from the JSON array stored in a named variable. | All |
✅ Server |
Variable.PopValue New in 15.2 Queries and removes the last value from variable. | All |
✅ Server |
Variable.ValueCount New in 15.2 Queries number of values in a variable. | All |
✅ Server |
XL.Sheet.AddTable New in 15.2 Adds a table to the sheet with the specified name, range and style. | All |
✅ Server |
XL.Sheet.SetBorder New in 15.2 Sets the border in the specified range of cells. | All |
✅ Server |
XL.Table.ColumnSize New in 15.2 Returns the number of columns in the table. | All |
✅ Server |
XL.Table.GetColumnName New in 15.2 Queries unique name of the table column with the specified index. | All |
✅ Server |
XL.Table.GetName New in 15.2 Queries the name of the table. | All |
✅ Server |
XL.Table.GetRef New in 15.2 Queries the range on the sheet for this table. | All |
✅ Server |
XL.Table.GetShowColumnStripes New in 15.2 Queries whether column stripe formatting is applied. | All |
✅ Server |
XL.Table.GetShowFirstColumn New in 15.2 Queries whether the first column in the table should have the style applied. | All |
✅ Server |
XL.Table.GetShowLastColumn New in 15.2 Queries whether the last column in the table should have the style applied. | All |
✅ Server |
XL.Table.GetShowRowStripes New in 15.2 Queries whether row stripe formatting is applied. | All |
✅ Server |
XL.Table.GetStyle New in 15.2 Get the table style. | All |
✅ Server |
XL.Table.SetColumnName New in 15.2 Sets the unique name of the table column with the specified index. | All |
✅ Server |
XL.Table.SetName New in 15.2 Sets the name of the table. | All |
✅ Server |
XL.Table.SetRef New in 15.2 Sets the range on the sheet for this table. | All |
✅ Server |
XL.Table.SetShowColumnStripes New in 15.2 Sets whether column stripe formatting is applied. | All |
✅ Server |
XL.Table.SetShowFirstColumn New in 15.2 Sets whether the first column in the table should have the style applied. | All |
✅ Server |
XL.Table.SetShowLastColumn New in 15.2 Sets whether the last column in the table should have the style applied. | All |
✅ Server |
XL.Table.SetShowRowStripes New in 15.2 Sets whether row stripe formatting is applied. | All |
✅ Server |
XL.Table.SetStyle New in 15.2 Sets the table style. | All |
✅ Server |
56 functions shown.
These functions require a license (55%).
New parameters added
Item | Details | Server |
---|---|---|
Files.ListRecursive: ExtensionFilter Queries list of paths in folder. | All |
✅ Server |
ListDialog.GetOtherButtonEvaluate: ButtonIndex Queries expression to evaluate for other button. | Mac/Win |
❌ Server |
ListDialog.GetOtherButtonLabel: ButtonIndex Queries the caption of the other button. | Mac/Win |
❌ Server |
ListDialog.SetOtherButtonEvaluate: ButtonIndex Sets the other button evaluate. | Mac/Win |
❌ Server |
ListDialog.SetOtherButtonLabel: ButtonIndex Sets the caption of the other button. | Mac/Win |
❌ Server |
5 functions shown.
