Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 3.0
Item | Details | Server |
---|---|---|
ClearRegistration Clears registration details stored with StoreRegistration. | All |
✅ Server |
Container.GetName Queries the path list from a container. | All |
✅ Server |
Container.Rename Renames the file path in a container value. | All |
✅ Server |
DynaPDF.Clear Starts a new PDF in memory or at the given path. | All |
✅ Server |
DynaPDF.CloseImportFile Closes the current import PDF. | All |
✅ Server |
DynaPDF.ExtractPageText Deprecated Extracts the text of the page. | All |
✅ Server |
DynaPDF.GetDocInfo The function retrieves a document info entry as text from current PDF. | All |
✅ Server |
DynaPDF.GetImportDocInfo The function retrieves a document info entry as text from import PDF. | All |
✅ Server |
DynaPDF.GetImportPageBounds Queries page size for an import PDF page. | All |
✅ Server |
DynaPDF.GetImportPageCount Queries number of pages in the current opened import PDF. | All |
✅ Server |
DynaPDF.GetLastErrorMessage The function returns the last error message as text or empty text if no error occurred. | All |
✅ Server |
DynaPDF.GetPageBBox Queries page size for a PDF page. | All |
✅ Server |
DynaPDF.GetPageCount Queries number of pages in the current PDF. | All |
✅ Server |
DynaPDF.ImportPDFFile Imports all pages from a file. | All |
✅ Server |
DynaPDF.ImportPDFPage Imports a page from the import PDF and appends it to the current working PDF. | All |
✅ Server |
DynaPDF.Initialize Initializes the DynaPDF functions in the MBS Plugin. | All |
✅ Server |
DynaPDF.OpenPDFFromContainer Opens a PDF for importing from a container. | All |
✅ Server |
DynaPDF.OpenPDFFromFile Opens a PDF for importing from a file. | All |
✅ Server |
DynaPDF.PageStatistics Queries the page statistics. | All |
✅ Server |
DynaPDF.RenderPage Renders a page in current PDF to an image. | All |
✅ Server |
DynaPDF.Save Saves the current PDF to a container value which you can assign to a container field. | All |
✅ Server |
DynaPDF.SetDocInfo The function sets or changes a document info entry. | All |
✅ Server |
FM.ExecuteSQL.LastErrorMessage Queries the last error message from an SQL call | All |
✅ Server |
GMImage.AveragePixelValue Calculates the average pixel value. | All |
✅ Server |
GMImage.DrawArc Draws an arc. | All |
✅ Server |
GMImage.DrawCircle Draws a circle. | All |
✅ Server |
GMImage.DrawEllipse Draw an ellipse. | All |
✅ Server |
GMImage.DrawLine Draws a line. | All |
✅ Server |
GMImage.DrawRectangle Draws a rectangle. | All |
✅ Server |
GMImage.DrawRoundRectangle Draw a rounded rectangle. | All |
✅ Server |
GMImage.GetJPEGAsBase64 Returns the picture in JPEG format as a base64 encoded string. | All |
✅ Server |
GMImage.GetJPEGAsHex Returns the picture in JPEG format as a hex encoded string. | All |
✅ Server |
GMImage.GetPNGAsBase64 Returns the picture in PNG format as a base64 encoded string. | All |
✅ Server |
GMImage.GetPNGAsHex Returns the picture in PNG format as a hex encoded string. | All |
✅ Server |
GMImage.NewFromBase64 Loads a picture from base64 encoded data. | All |
✅ Server |
GMImage.NewFromHex Loads a picture from hex encoded data. | All |
✅ Server |
IsRegistered Queries if plugin is registered with Complete key. | All |
✅ Server |
MovieView.AreStepButtonsVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.AreZoomButtonsVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.CurrentFrameImage Returns an image for the frame at the current time in the movie. | Mac only |
❌ Server |
MovieView.GotoBeginning Sets the current movie time to the beginning of the movie. | Mac only |
❌ Server |
MovieView.GotoEnd Sets the current movie time to the end of the movie. | Mac only |
❌ Server |
MovieView.GotoPosterFrame Sets the current movie time to the movie poster frame. | Mac only |
❌ Server |
MovieView.IsBackButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.IsControllerVisible Returns an indication of whether the QTMovieView has been requested to display a built-in movie controller user interface. | Mac only |
❌ Server |
MovieView.IsCustomButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.IsHotSpotButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.IsTranslateButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.IsVolumeButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only |
❌ Server |
MovieView.Pause Pauses the movie playing. | Mac only |
❌ Server |
MovieView.Play Starts the movie playing at its current location. | Mac only |
❌ Server |
MovieView.SetBackButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.SetControllerVisible Sets the visibility state of the movie controller bar in a QTMovieView. | Mac only |
❌ Server |
MovieView.SetCustomButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.SetHotSpotButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.SetStepButtonsVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.SetTranslateButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.SetVolumeButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.SetZoomButtonsVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only |
❌ Server |
MovieView.StepBackward Steps the movie backward one frame. | Mac only |
❌ Server |
MovieView.StepForward Steps the movie forward one frame. | Mac only |
❌ Server |
MovieView.Valid Checks if the container is a movie view. | Mac only |
❌ Server |
Platform Returns what platform the plugin is running on. | All |
✅ Server |
Printer.GetDefaultPrinter Queries default system printer. | Mac/Win |
✅ Server |
Printer.PrinterCount Queries the number of printers. | Mac/Win |
✅ Server |
Printer.PrinterName Queries the name of the printer with given index. | Mac/Win |
✅ Server |
Printer.SetDefaultPrinter Sets the default printer. | Mac/Win |
❌ Server |
RichText.Attribute Queries an attribute value. | Mac/iOS |
✅ Server |
RichText.FormattedText Returns the styled text of the currently loaded text file. | Mac/iOS |
✅ Server |
RichText.ReadContainer Reads text file from container. | Mac/iOS |
✅ Server |
RichText.ReadFile Reads a text file from a file. | Mac/iOS |
✅ Server |
RichText.ReadURL Reads a text file from an URL. | Mac/iOS |
✅ Server |
RichText.Release Frees memory for current text file. | Mac/iOS |
✅ Server |
RichText.Text Returns the plain text of the currently loaded text file. | Mac/iOS |
✅ Server |
RichText.TextLength Returns the length of the text in characters. | Mac/iOS |
✅ Server |
SQL.GetFieldAsJPEG Returns field's value as JPEG value. | All |
✅ Server |
SQL.GetFieldAsPNG Returns field's value as PNG value. | All |
✅ Server |
SQL.GetParamAsJPEG Returns parameters's value as JPEG value. | All |
✅ Server |
SQL.GetParamAsPNG Returns parameters's value as PNG value. | All |
✅ Server |
SQL.SetParamAsContainer Sets parameter's value as BLOB value with data from a container. | All |
✅ Server |
SerialPort.Close Closes serial port. | Mac/Win |
✅ Server |
SerialPort.List Returns list of names of serial ports. | Mac/Win |
✅ Server |
SerialPort.Open Opens a serial port. | Mac/Win |
✅ Server |
SerialPort.Read Reads bytes from serial port and returns them as text. | Mac/Win |
✅ Server |
SerialPort.ReadByte Reads a single byte to the serial port. | Mac/Win |
✅ Server |
SerialPort.ReadHex Reads bytes from serial port and returns them hex encoded. | Mac/Win |
✅ Server |
SerialPort.Write Writes text to the serial port. | Mac/Win |
✅ Server |
SerialPort.WriteByte Writes a single byte to the serial port. | Mac/Win |
✅ Server |
SerialPort.WriteHex Writes text to the serial port. | Mac/Win |
✅ Server |
StoreRegistration Stores registration on Mac in preferences file of FileMaker so the plugin can auto register itself on startup of FileMaker. | All |
✅ Server |
SyntaxColoring.AddTag Adds a new color tag for script step, variable, function or formula coloring. | Mac only |
❌ Server |
SyntaxColoring.Clear Clears all rules. | Mac only |
❌ Server |
SyntaxColoring.Disable Disables Syntax coloring in FileMaker Scripts. | Mac only |
❌ Server |
SyntaxColoring.Enable Enables Syntax coloring in FileMaker Scripts. | Mac only |
❌ Server |
SyntaxColoring.Enabled Queries if syntax coloring is enabled or not. | Mac only |
❌ Server |
SyntaxColoring.FactoryDefaults Resets all rules to the default settings. | Mac only |
❌ Server |
SyntaxColoring.Format Applies formatting rules to the formula text and returns styled text. | Mac only |
❌ Server |
SyntaxColoring.GetTag Queries the color for a tag. | Mac only |
❌ Server |
SyntaxColoring.GetTags Query list of all tag names defined so far. | Mac only |
❌ Server |
SyntaxColoring.RemoveTag Removes a color tag. | Mac only |
❌ Server |
SystemInfo.Time Returns current system time stamp as double. | All |
✅ Server |
Text.DecodeBytesFromBase64 Decodes base64 string and encodes it as byte values. | All |
✅ Server |
Text.DecodeFromBase64 Decode a base 64 string. | All |
✅ Server |
Text.DecodeFromBytes Decode a byte string. | All |
✅ Server |
Text.DecodeHexFromBase64 Decodes base64 string and encodes it as hex values. | All |
✅ Server |
Text.EncodeBytesToBase64 Encodes string with byte values to base 64. | All |
✅ Server |
Text.EncodeHexToBase64 Encodes hex string to base 64. | All |
✅ Server |
Text.EncodeToBase64 Encode a base64 string. | All |
✅ Server |
Text.EncodeToBytes Encode a byte string. | All |
✅ Server |
Text.FindBetween Searches text for text between the two search strings. | All |
✅ Server |
URLScheme.GetDefaultHandler Queries the default scheme handler for the given scheme name. | Mac/Win |
❌ Server |
WebView.GetEditable Queries the editable state. | Mac/Win/iOS |
❌ Server |
WebView.LoadHTML Loads HTML string to WebViewer. | Mac/Win/iOS |
❌ Server |
WebView.RenderPDF Renders the web view to a PDF. | Mac only |
❌ Server |
WebView.Screenshot Takes a screenshot of the area used by the WebViewer. | Mac/Win/iOS |
❌ Server |
WebView.SetEditable Sets whether the web viewer allows the user to edit its HTML document. | Mac/Win/iOS |
❌ Server |
Window.IsFullScreen Queries whether window is fullscreen. | Mac only |
❌ Server |
Window.IsFullScreenAuxiliary Whether this window is a fullscreen auxiliary window. | Mac only |
❌ Server |
Window.IsFullScreenPrimary Whether this window is a fullscreen primary window. | Mac only |
❌ Server |
Window.SetFullScreenAuxiliary Sets this window to be an auxiliary window. | Mac only |
❌ Server |
Window.SetFullScreenPrimary Sets this window to be a primary window. | Mac only |
❌ Server |
Window.ToggleFullScreen Toggles fullscreen mode for this window. | Mac only |
❌ Server |
XML.Query Performs an XPath query. | All |
✅ Server |
123 functions shown.
These functions require a license (51%).