Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 6.3
Item | Details | Server |
---|---|---|
CUPS.PrintDataEncoding Print a file to a printer or class on the default server. | Mac only |
✅ Server |
CURL.GetDebugWithProgress Queries whether to include progress in debug messages. | All |
✅ Server |
CURL.SetDebugWithProgress Sets whether to include progress in debug messages. | All |
✅ Server |
Clipboard.GetPicture Queries a picture from clipboard. | Mac/Win/iOS |
❌ Server |
Clipboard.SetPicture Sets clipboard picture. | Mac/Win/iOS |
❌ Server |
DynaPDF.AppendImagePage Adds new page to the PDF with given image. | All |
✅ Server |
DynaPDF.AppendImagePages Adds new pages to the PDF with given image paths. | All |
✅ Server |
DynaPDF.FindEmbeddedFile Searches for the embedded file Name and returns the handle of it when it can be found. | All |
✅ Server |
EmailParser.ParseContainer Parses an email stored in container. | All |
✅ Server |
EmailParser.ProcessImageReferences Processes image references in HTML. | All |
✅ Server |
EventMonitor.GetEnabled Queries whether event monitor is enabled. | Mac/Win |
❌ Server |
EventMonitor.SetEnabled Enables or disables event monitor. | Mac/Win |
❌ Server |
FM.DataViewerContent Looks for data viewer and copies visible table content. | Mac only |
❌ Server |
FM.MouseWheelScriptTrigger Installs a script trigger for mouse wheel. | Mac/Win |
❌ Server |
Files.CreateHardLink Creates a new hard link. | All |
✅ Server |
Files.CreateSymbolicLink Creates a new symbolic link. | All |
✅ Server |
GMImage.GetXMP Query XMP data. | All |
✅ Server |
GMImage.SetXMP Sets the XMP data. | All |
✅ Server |
JSON.IsValid Checks if JSON text is valid. | All |
✅ Server |
List.DeCombine Picks elements from each line in a list. | All |
✅ Server |
MenuItem.GetSelectable Deprecated Queries whether menu item is selectable. | Mac/Win |
❌ Server |
MenuItem.SetSelectable Deprecated Sets whether menu item is selectable. | Mac/Win |
❌ Server |
Menubar.IsMenuCommandChecked Checks if a menubar item is checked. | Mac/Win |
❌ Server |
SQL.FreeAllConnections Frees all SQL connections and commands. | All |
✅ Server |
SSH.CloseChannel Closes the channel. | All |
✅ Server |
SSH.Connect Connects a new socket to the given IP & Port. | All |
✅ Server |
SSH.Disconnect Disconnects the session. | All |
✅ Server |
SSH.EOF Check a channel's EOF status. | All |
✅ Server |
SSH.Execute Executes something on the server. | All |
✅ Server |
SSH.Flush Flush streams for this channel. | All |
✅ Server |
SSH.FreeChannel Frees the SSH channel. | All |
✅ Server |
SSH.GetExitState Get the remote exit code. | All |
✅ Server |
SSH.GetIP Queries IP or domain used to connect. | All |
✅ Server |
SSH.GetPort Queries port used to connect. | All |
✅ Server |
SSH.GetTag Queries tag value. | All |
✅ Server |
SSH.GetTimeout Queries timeout. | All |
✅ Server |
SSH.GetUserName The user name we got authenticated for. | All |
✅ Server |
SSH.HostKey Returns the hex encoded host key. | All |
✅ Server |
SSH.HostKeyHash Returns the hex encoded host key hash. | All |
✅ Server |
SSH.IsAuthenticated Queries the authentication state. | All |
✅ Server |
SSH.New Creates a new SSH session. | All |
✅ Server |
SSH.OpenSession Opens a SSH channel. | All |
✅ Server |
SSH.ReadHex Reads bytes from channel and returns them hex encoded. | All |
✅ Server |
SSH.ReadText Reads bytes from channel and returns them as text. | All |
✅ Server |
SSH.Release Frees the memory for the ssh session. | All |
✅ Server |
SSH.RequestPTY Request a PTY on an established channel. | All |
✅ Server |
SSH.SendEOF Send EOF to remote server. | All |
✅ Server |
SSH.SessionHandshake Perform the SSH handshake. | All |
✅ Server |
SSH.SetEnv Set an environment variable on the channel. | All |
✅ Server |
SSH.SetTag Sets the tag value. | All |
✅ Server |
SSH.SetTimeout Sets timeout. | All |
✅ Server |
SSH.Shell Request a shell on a channel. | All |
✅ Server |
SSH.UserAuthKeyboardInteractive Authenticate a session using keyboard-interactive authentication. | All |
✅ Server |
SSH.UserAuthList List supported authentication methods. | All |
✅ Server |
SSH.UserAuthPassword Authenticate a session with username and password. | All |
✅ Server |
SSH.UserAuthPublicKey Authenticate a session with a public key, read from memory. | All |
✅ Server |
SSH.UserAuthPublicKeyFile Authenticate a session with a public key, read from a file. | All |
✅ Server |
SSH.WaitClosed Wait for the remote to close the channel. | All |
✅ Server |
SSH.WaitEOF Wait for the remote end to acknowledge an EOF request. | All |
✅ Server |
SSH.WaitSocket Waits on the socket for sending or receiving. | All |
✅ Server |
SSH.WriteHex Writes text to the channel. | All |
✅ Server |
SSH.WriteText Writes text to the channel. | All |
✅ Server |
SmartCard.Available Whether SmartCard API is available. | Mac/Win |
✅ Server |
SmartCard.BeginTransaction Starts a transaction. | Mac/Win |
✅ Server |
SmartCard.Cancel Terminates all outstanding actions within a specific resource manager context. | Mac/Win |
✅ Server |
SmartCard.CancelTransaction Cancels current transaction. | Mac/Win |
✅ Server |
SmartCard.Connect Connects to a smartcard. | Mac/Win |
✅ Server |
SmartCard.Control Direct control of the reader. | Mac/Win |
✅ Server |
SmartCard.Disconnect Disconnects card. | Mac/Win |
✅ Server |
SmartCard.EndTransaction Ends transaction. | Mac/Win |
✅ Server |
SmartCard.GetActiveProtocol Queries the active protocol. | Mac/Win |
✅ Server |
SmartCard.GetAttribute Retrieves the current reader attribute. | Mac/Win |
✅ Server |
SmartCard.Init Initializes a smartcard context. | Mac/Win |
✅ Server |
SmartCard.ListReaderGroups Queries list of reader groups. | Mac/Win |
✅ Server |
SmartCard.ListReaders Queries list of readers. | Mac/Win |
✅ Server |
SmartCard.Reconnect Reconnects to smart card with different protocol. | Mac/Win |
✅ Server |
SmartCard.Release Releases context and all memory needed. | Mac/Win |
✅ Server |
SmartCard.SetAttribute Sets the given reader attribute. | Mac/Win |
✅ Server |
SmartCard.Status Queries current status of smart card in reader. | Mac/Win |
✅ Server |
SmartCard.Transmit Sends a service request to the smart card and expects to receive data back from the card. | Mac/Win |
✅ Server |
SmartCard.TransmitReceiveHeader Returns the receive header from last Transmit. | Mac/Win |
✅ Server |
SmartCard.Valid Determines whether a smart card context handle is valid. | Mac/Win |
✅ Server |
Speech.Speak Speaks text. | Mac/Win/iOS |
❌ Server |
SyntaxColoring.GetRelationGraphSearchBoxPreferredSize Queries preferred size for the search box in relation graph window. | Mac only |
❌ Server |
SyntaxColoring.SetRelationGraphSearchBoxPreferredSize Sets the preferred size for the relation graph. | Mac only |
❌ Server |
SystemInfo.WinSystemMetrics Retrieves the specified system metric or system configuration setting. | Win only |
✅ Server |
SystemInfo.isElCapitan Deprecated Whether the operation system is macOS 10.10 El Capitan or newer. | All |
✅ Server |
SystemInfo.isSierra Deprecated Whether the operation system is macOS 10.12 Sierra or newer. | All |
✅ Server |
SystemInfo.isYosemite Deprecated Whether the operation system is macOS 10.11 Yosemite or newer. | All |
✅ Server |
WebView.Passwords.Clear Clears the list of passwords. | Mac only |
❌ Server |
WebView.Passwords.Install Installs the plugin functions which watch for password requests on a WebViewer. | Mac only |
❌ Server |
WebView.Passwords.Set Stores a password for later. | Mac only |
❌ Server |
Window.GetCurrentTag Queries window tag for current window. | Mac/Win |
❌ Server |
Window.GetTag Queries tag for window. | Mac/Win |
❌ Server |
Window.SetCurrentTag Set window tag for current window. | Mac/Win |
❌ Server |
Window.SetTag Sets tag for window. | Mac/Win |
❌ Server |
WordFile.GetMediaFile Queries media file in word file. | All |
✅ Server |
WordFile.MediaFiles Queries list of media files in the word file. | All |
✅ Server |
WordFile.SetMarkers Sets the markers to look for before/after a tag. | All |
✅ Server |
WordFile.SetMediaFile Sets a media file image. | All |
✅ Server |
100 functions shown.
These functions require a license (72%).