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