Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

13.4 13.5 14.0 14.1 14.2 14.3 14.4 14.5 15.0 15.1 15.2 15.3

New in version 4.4

Item Details Server
Audit.GetIgnoreCalculations
Queries whether stored calculations are audited.
All
  ✅ Server
Audit.SetIgnoreCalculations
Set whether stored calculations are audited.
All
  ✅ Server
Clipboard.GetData
Queries data from clipboard item.
Mac/Win/iOS
  ❌ Server
Container.DecodeFromBase64
Decodes data from base64 text into a container value.
All
  ✅ Server
Container.ReadArchive
Reads an archived container.
All
  ✅ Server
Container.WriteArchive
Writes an archive with container value.
All
  ✅ Server
DynaPDF.AddOutputIntent
Represents the destination color space for which a PDF file was created.
All
  ✅ Server
DynaPDF.AddOutputIntentEx
Adds an ICC profile to the PDF file like AddOutputIntent but accepts a file as a container.
All
  ✅ Server
DynaPDF.CheckConformance
Converts a PDF file to a specific PDF standard according to the parameter Type.
All
  ✅ Server
DynaPDF.CreateNamedDest
The function creates a named destination that can be accessed from external PDF files.
All
  ✅ Server
DynaPDF.CreateStructureTree
Creates a global structure tree that is required to create Tagged PDF files.
All
  ✅ Server
DynaPDF.GetCheckBoxChar
Returns the character used for newly created check boxes.
All
  ✅ Server
DynaPDF.GetCheckBoxCharEx
Returns character index of the font ZapfDingbats that is used to display the on state of the check box.
All
  ✅ Server
DynaPDF.GetCheckBoxDefState
Returns the default state of a check box.
All
  ✅ Server
DynaPDF.GetFontCount
Returns the number of fonts which are used in the document.
All
  ✅ Server
DynaPDF.GetFontOrigin
Returns the current font origin.
All
  ✅ Server
DynaPDF.GetFontSelMode
Returns the current font selection mode.
All
  ✅ Server
DynaPDF.GetFontWeight
Returns the weight that will be used to emulate a bold font style.
All
  ✅ Server
DynaPDF.SetCheckBoxChar
Sets the character which should be used for newly created check boxes.
All
  ✅ Server
DynaPDF.SetCheckBoxDefState
Changes the default state of a check box.
All
  ✅ Server
DynaPDF.SetCheckBoxState
Changes the state of a check box.
All
  ✅ Server
DynaPDF.SetFontOrigin
Sets the current font origin that is used to position text strings.
All
  ✅ Server
DynaPDF.SetFontSearchOrder
Changes the font search order.
All
  ✅ Server
DynaPDF.SetFontSelMode
Changes the font selection mode.
All
  ✅ Server
DynaPDF.SetFontWeight
Changes the font weight.
All
  ✅ Server
DynaPDF.SetLanguage
Specifies the language of the document.
All
  ✅ Server
GMImage.WriteToTiffContainer
Writes the picture in TIFF format to a container value which you can store in a container field.
All
  ✅ Server
JSON.Format
Returns pretty printed JSON for the given JSON text.
All
  ✅ Server
List.And
Returns a list with values which are contained in both lists.
All
  ✅ Server
List.Not
Returns values of first list which are not in second list.
All
  ✅ Server
List.Or
Returns values of both lists.
All
  ✅ Server
List.RegExMatch
Matches a list against a pattern.
All
  ✅ Server
List.Reverse
Reverses the order of items in the list.
All
  ✅ Server
List.XOr
Returns list with values found in either first or second list, but not in both.
All
  ✅ Server
QuickList.AddValue
Adds a value to the list.
All
  ✅ Server
QuickList.And
Returns a list with values which are contained in both lists.
All
  ✅ Server
QuickList.Clear
Clears the content of the list.
All
  ✅ Server
QuickList.Count
Queries the count of items in list.
All
  ✅ Server
QuickList.FindEquals
Finds equal items in both lists.
All
  ✅ Server
QuickList.FindUnequals
Finds unequal items in both lists.
All
  ✅ Server
QuickList.GetList
Queries the list as text.
All
  ✅ Server
QuickList.GetValue
Queries a value in the list.
All
  ✅ Server
QuickList.New
Creates a new list.
All
  ✅ Server
QuickList.Not
Returns values of first list which are not in second list.
All
  ✅ Server
QuickList.Or
Returns values of both lists.
All
  ✅ Server
QuickList.RegExMatch
Matches a list against a pattern.
All
  ✅ Server
QuickList.Release
Releases the list.
All
  ✅ Server
QuickList.RemoveDuplicateItems
Removes duplicate items in the list.
All
  ✅ Server
QuickList.RemoveEmptyItems
Removes empty items in the list.
All
  ✅ Server
QuickList.Reserve
Reserves memory for a list of given size.
All
  ✅ Server
QuickList.Reverse
Reverses the order of items in the list.
All
  ✅ Server
QuickList.SetList
Sets the list to the content of the passed list.
All
  ✅ Server
QuickList.SetValue
Sets a value in the list.
All
  ✅ Server
QuickList.Sort
Sorts the list.
All
  ✅ Server
QuickList.XOr
Returns list with values found in either first or second list, but not in both.
All
  ✅ Server
RegEx.CaptureCount
Queries number of captured sub patterns.
All
  ✅ Server
RegEx.Compile
Compiles a pattern.
All
  ✅ Server
RegEx.Execute
Executes a statement.
All
  ✅ Server
RegEx.Match
Matches a text against to a pattern.
All
  ✅ Server
RegEx.MatchList
Matches a list against a pattern.
All
  ✅ Server
RegEx.MinimumLength
Queries the minimum length of the text to match.
All
  ✅ Server
RegEx.NameCount
Queries number of names.
All
  ✅ Server
RegEx.NamedSubstring
Queries the named substring.
All
  ✅ Server
RegEx.Options
Queries the options to used when compiling the pattern.
All
  ✅ Server
RegEx.Pattern
Queries the pattern used to compile this regular expression.
All
  ✅ Server
RegEx.Release
Frees memory for a regular expression.
All
  ✅ Server
RegEx.Results
Queries the result from execute.
All
  ✅ Server
RegEx.Size
Queries size of compiled pattern.
All
  ✅ Server
RegEx.StringNumber
Queries the index number of a name.
All
  ✅ Server
RegEx.Study
Studies the regular expression for improved execution speed.
All
  ✅ Server
RegEx.Substring
Queries a substring.
All
  ✅ Server
RegEx.SubstringList
Returns list of substrings.
All
  ✅ Server
RegEx.Version
Returns the version number of the PCRE library.
All
  ✅ Server
RichText.ReadText
Read rich text from text.
Mac/iOS
  ✅ Server
RichText.ReplaceText
Replaces text in current rich text document with new text.
Mac/iOS
  ✅ Server
RichText.WriteContainer
Writes current rich text to a container.
Mac/iOS
  ✅ Server
RichText.WriteFile
Writes current rich text to a file.
Mac/iOS
  ✅ Server
SQL.SQLite3.EnableLoadExtension
Enables extensions on SQLite 3.
All
  ✅ Server
SendMail.SetMessageID
Sets the message ID.
All
  ✅ Server
SerialPort.AvailableBytes
Queries number of bytes available in buffer.
Mac/Win
  ✅ Server
ServiceProvider.Install
Installs a service provider handler.
Mac only
  ❌ Server
ServiceProvider.Uninstall
Removes service provider.
Mac only
  ❌ Server
ServiceProvider.Value
Queries a value from last service invocation.
Mac only
  ❌ Server
TAPI.AddressCount
Returns number of addresses.
Win only
  ❌ Server
TAPI.AddressValue
Queries a property of an address.
Win only
  ❌ Server
TAPI.Answer
answers an incoming call.
Win only
  ❌ Server
TAPI.BlindTransfer
Performs a blind or single-step transfer of the specified call to the specified destination address.
Win only
  ❌ Server
TAPI.CallInfo
Queries details on current call.
Win only
  ❌ Server
TAPI.Connect
Attempts to complete the connection of an outgoing call.
Win only
  ❌ Server
TAPI.CreateCall
Creates a new phone call.
Win only
  ❌ Server
TAPI.Dial
Dials the specified address.
Win only
  ❌ Server
TAPI.Disconnect
Disconnects the call.
Win only
  ❌ Server
TAPI.Finish
Finishes the two-step process of transferring or adding the call to a conference.
Win only
  ❌ Server
TAPI.HandoffDirect
Hands off the call to another application based on the media type of the call.
Win only
  ❌ Server
TAPI.Hold
Places or removes the call from the hold.
Win only
  ❌ Server
TAPI.Initialize
Initializes the TAPI interface.
Win only
  ❌ Server
TAPI.ListenOnAllAddresses
Asks the plugin to check all addresses and wait for calls.
Win only
  ❌ Server
TAPI.ParkDirect
Parks the call at a specified address.
Win only
  ❌ Server
TAPI.ParkIndirect
Parks the call and returns the parked address.
Win only
  ❌ Server
TAPI.Pickup
Picks up a call alerting at the specified group identification.
Win only
  ❌ Server
TAPI.RemoveFromConference
Removes the call from a conference if it is involved in one.
Win only
  ❌ Server
TAPI.Shutdown
Shuts down TAPI support.
Win only
  ❌ Server
TAPI.Unpark
Gets the call from park.
Win only
  ❌ Server
Text.ReadTextFromContainer
Reads content of container value as text.
All
  ✅ Server
Text.WriteToContainer
Write a text as a FILE in a container.
All
  ✅ Server

105 functions shown.

These functions require a license (80%).

Blog Entries

Older Version 4.3   Newer Version 5.0