Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 7.5
Item | Details | Server |
---|---|---|
CURL.SetOptionAcceptEncoding Enables automatic decompression of HTTP downloads. | All |
✅ Server |
Container.IsCompressed Queries whether container is compressed. | All |
✅ Server |
DynaPDF.GetReplaceICCProfileData Queries file path for a ICC replace profile. | All |
✅ Server |
DynaPDF.ReplaceImage Replaces an image with another image. | All |
✅ Server |
DynaPDF.SetReplaceICCProfileData Sets the replace ICC profile data. | All |
✅ Server |
List.HasDuplicateItems Checks if list has duplicates. | All |
✅ Server |
List.SubList Returns a part of the list. | All |
✅ Server |
List.Trim Trims all texts in the list. | All |
✅ Server |
ListDialog.Sort Sorts entries. | Mac/Win |
❌ Server |
MouseCursor.Hide Hides the mouse cursor. | Mac/Win |
❌ Server |
MouseCursor.HideUntilMouseMoves Hides mouse until user moves it. | Mac/Win |
❌ Server |
MouseCursor.Show Shows the mouse cursor. | Mac/Win |
❌ Server |
OCR.GetVariable Queries a variable. | All |
✅ Server |
OCR.SetVariable Sets a variable. | All |
✅ Server |
PDFKit.GeneratePreview Adds preview to an existing PDF container. | Mac/Win/iOS |
✅ Server |
QuickList.DeCombine Picks elements from each line in a list. | All |
✅ Server |
QuickList.HasDuplicateItems Checks if list has duplicates. | All |
✅ Server |
QuickList.SubList Returns a part of the list. | All |
✅ Server |
QuickList.Trim Trims all texts in the list. | All |
✅ Server |
RSA.DecryptPrivateKey Decrypts a private key. | All |
✅ Server |
RSA.EncryptPrivateKey Encrypts a private key. | All |
✅ Server |
RegEx.Quote Quotes text for use in patterns. | All |
✅ Server |
RegEx.Replace Replace pattern once. | All |
✅ Server |
RegEx.ReplaceAll Replaces patterns. | All |
✅ Server |
ScriptWorkspace.ScriptsVisible Queries whether scripts are visible. | Mac only |
❌ Server |
ScriptWorkspace.StepsVisible Queries whether steps are visible. | Mac only |
❌ Server |
ScriptWorkspace.TriggerScripts Triggers scripts list visibility. | Mac only |
❌ Server |
ScriptWorkspace.TriggerSteps Triggers script steps list visibility. | Mac only |
❌ Server |
Shell.AddArgument Adds an argument. | Mac/Win/Linux |
✅ Server |
Shell.AddEnvironment Adds an entry for environment variables. | Mac/Win/Linux |
✅ Server |
Shell.AvailableBytesError Queries number of available bytes in error. | Mac/Win/Linux |
✅ Server |
Shell.AvailableBytesOutput Queries number of available bytes in output. | Mac/Win/Linux |
✅ Server |
Shell.ClearArguments Clears arguments list. | Mac/Win/Linux |
✅ Server |
Shell.ClearEnvironment Clears list of environment variables. | Mac/Win/Linux |
✅ Server |
Shell.Execute Executes a child process. | Mac/Win/Linux |
✅ Server |
Shell.ExitCode Queries exit code of child application. | Mac/Win/Linux |
✅ Server |
Shell.GetApplicationName Queries application name. | Mac/Win/Linux |
✅ Server |
Shell.GetArgument Queries argument. | Mac/Win/Linux |
✅ Server |
Shell.GetArgumentCount Queries number of arguments. | Mac/Win/Linux |
✅ Server |
Shell.GetCompletedEvaluate Queries expression to be run when shell is done. | Mac/Win/Linux |
❌ Server |
Shell.GetCompletedScriptFileName Queries filename of script to call in when shell is done. | Mac/Win/Linux |
❌ Server |
Shell.GetCompletedScriptName Queries name of script to call when shell is done. | Mac/Win/Linux |
❌ Server |
Shell.GetCurrentDirectory Queries current directory path. | Mac/Win/Linux |
✅ Server |
Shell.GetDomain Queries domain name for login. | Mac/Win/Linux |
✅ Server |
Shell.GetEnvironment Queries list with environment variables. | Mac/Win/Linux |
✅ Server |
Shell.GetPassword Queries password for login. | Mac/Win/Linux |
✅ Server |
Shell.GetUsername Queries user name. | Mac/Win/Linux |
✅ Server |
Shell.IsRunning Queries whether application is running. | Mac/Win/Linux |
✅ Server |
Shell.New Creates a new shell object. | Mac/Win/Linux |
✅ Server |
Shell.PeekErrorText Peeks into error output buffer. | Mac/Win/Linux |
✅ Server |
Shell.PeekOutputText Peeks into output buffer. | Mac/Win/Linux |
✅ Server |
Shell.ProcessIdentifier Queries process identifier of child process. | Mac/Win/Linux |
✅ Server |
Shell.ReadErrorText Reads error. | Mac/Win/Linux |
✅ Server |
Shell.ReadOutputText Reads output. | Mac/Win/Linux |
✅ Server |
Shell.Release Frees the shell object. | Mac/Win/Linux |
✅ Server |
Shell.SetApplicationName Sets the application name. | Mac/Win/Linux |
✅ Server |
Shell.SetArguments Sets list of arguments to parameters of this functions. | Mac/Win/Linux |
✅ Server |
Shell.SetArgumentsList Sets list of arguments. | Mac/Win/Linux |
✅ Server |
Shell.SetCompletedEvaluate Sets expression to be run when shell is done. | Mac/Win/Linux |
❌ Server |
Shell.SetCompletedScript Sets which script to call when shell is done. | Mac/Win/Linux |
❌ Server |
Shell.SetCurrentDirectory Sets the current directory to use. | Mac/Win/Linux |
✅ Server |
Shell.SetDomain Sets the domain to use for login. | Mac/Win/Linux |
✅ Server |
Shell.SetPassword Sets the password for login. | Mac/Win/Linux |
✅ Server |
Shell.SetUsername Sets the user name. | Mac/Win/Linux |
✅ Server |
Shell.Terminate Terminates the child process. | Mac/Win/Linux |
✅ Server |
Shell.TerminationReason Returns the reason the task was terminated. | Mac only |
✅ Server |
Shell.Wait Waits for child process. | Mac/Win/Linux |
✅ Server |
Shell.WriteInputText Writes a text to input stream. | Mac/Win/Linux |
✅ Server |
Socket.AddMembership Adds this socket to a multicast group. | All |
✅ Server |
Socket.DropMembership Removes this socket from a multicast group. | All |
✅ Server |
Socket.GetMulticastInterface Queries the interface to use for multicast. | All |
✅ Server |
Socket.SetMulticastInterface Sets the interface to use for multicast. | All |
✅ Server |
Speech.IsSpeaking Queries whether text is speaking. | Mac/Win/iOS |
❌ Server |
SyntaxColoring.GetShowLayoutIDs Queries whether to show layout IDs. | Mac only |
❌ Server |
SyntaxColoring.ScriptSearchBox.GetText Queries current search text. | Mac only |
❌ Server |
SyntaxColoring.ScriptSearchBox.SetText Sets the search text and runs a search in current script. | Mac only |
❌ Server |
SyntaxColoring.SetShowLayoutIDs Sets whether layout IDs are enabled. | Mac only |
❌ Server |
SystemInfo.isHighSierra Whether the operation system is macOS 10.13 High Sierra or newer. | All |
✅ Server |
Text.DecodeFromBase64URL Decode a base 64 URL string. | All |
✅ Server |
Text.EncodeToBase64URL Encode a base64 URL string. | All |
✅ Server |
WebView.GetAutoResizingMask Queries auto resizing mask. | Mac/iOS |
❌ Server |
WebView.SetAutoResizingMask Sets the auto resizing mask. | Mac/iOS |
❌ Server |
Window.SetDockImage Sets the dock image for a window. | Mac only |
❌ Server |
WordFile.Append Appends one word file text to other. | All |
✅ Server |
WordFile.FieldNames Queries field names in the file. | All |
✅ Server |
WordFile.GetFieldText Queries field value. | All |
✅ Server |
WordFile.SetFieldText Sets field value. | All |
✅ Server |
87 functions shown.
These functions require a license (68%).
New parameters added
Item | Details | Server |
---|---|---|
FM.ScriptIDForScriptName: FileName Queries the ID for script with given name. | All |
✅ Server |
FM.ScriptNameForScriptID: FileName Queries script name for a script ID. | All |
✅ Server |
FM.ScriptNames: FileName Queries list of script names in current file. | All |
✅ Server |
URLScheme.SetDefaultHandler: bundleID Sets the user's preferred handler for the specified URL scheme to point to the current application. | Mac/Win |
❌ Server |
4 functions shown.