Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
New in version 4.1
Name | Description | Mac/Win |
---|---|---|
Audit.GetLogAccess | Queries whether plugin logs access. | All |
Audit.SetLogAccess | Sets whether access is logged. | All |
CLGeocoder.Cancel | Cancels a pending geocoding request. | Mac/iOS |
CLGeocoder.Cancelled | Whether the request was cancelled. | Mac/iOS |
CLGeocoder.Close | Closes a request and frees memory. | Mac/iOS |
CLGeocoder.Done | Queries whether the request is finished. | Mac/iOS |
CLGeocoder.Error | Checks if this request got an error. | Mac/iOS |
CLGeocoder.ErrorMessage | Queries the error message of the geocoder. | Mac/iOS |
CLGeocoder.GeocodeAddressString | Submits a forward-geocoding request using the specified string. | Mac/iOS |
CLGeocoder.PlacemarkCount | Queries the number of placemarks found. | Mac/iOS |
CLGeocoder.PlacemarkValue | Queries a value of the placemarks found. | Mac/iOS |
CLGeocoder.ReverseGeocodeLocation | Submits a reverse-geocoding request for the specified location. | Mac/iOS |
Dialog.GetAlternateButton | Queries the title for the alternate button. | Mac/Win |
Dialog.GetButtons | Queries which buttons are shown. | Mac/Win |
Dialog.GetDefaultButton | Queries the title for the default button. | Mac/Win |
Dialog.GetIcon | Returns the icon displayed in the dialog. | Mac/Win |
Dialog.GetInformativeText | Returns the receiver's informative text. | Mac/Win |
Dialog.GetMessage | Queries the message text for the dialog. | Mac/Win |
Dialog.GetMode | Queries the dialog style. | Mac/Win |
Dialog.GetOtherButton | Queries the title for the other button. | Mac/Win |
Dialog.GetShowsSuppressionButton | Indicates whether the receiver shows a suppression button. | Mac/Win |
Dialog.GetSuppressionButtonTitle | Queries the text for the suppression checkbox. | Mac/Win |
Dialog.GetSuppressionState | Queries the suppression state after you showed the dialog. | Mac/Win |
Dialog.GetWindowTitle | Queries the window title for the dialog. | Mac/Win |
Dialog.Reset | Resets all dialog options. | Mac/Win |
Dialog.Run | Runs the dialog. | Mac/Win |
Dialog.SetAlternateButton | Sets the title for the alternate button. | Mac/Win |
Dialog.SetButtons | Sets which buttons to show. | Mac/Win |
Dialog.SetDefaultButton | Sets the title for the default button. | Mac/Win |
Dialog.SetIcon | Sets the icon to be displayed in the alert to a given icon. | Mac/Win |
Dialog.SetInformativeText | Sets the receiver's informative text to a given text. | Mac/Win |
Dialog.SetMessage | Sets the message text for the dialog. | Mac/Win |
Dialog.SetMode | Sets the dialog style. | Mac/Win |
Dialog.SetOtherButton | Sets the title for the other button. | Mac/Win |
Dialog.SetShowsSuppressionButton | Specifies whether the receiver includes a suppression checkbox. | Mac/Win |
Dialog.SetSuppressionButtonTitle | Sets the text for the suppression checkbox. | Mac/Win |
Dialog.SetWindowTitle | Sets the window title for the dialog. | Mac/Win |
DynaPDF.AddFontSearchPath | Adds a search path to the list of available font search paths. | All |
DynaPDF.CreateCheckBox | This function creates a check box. | All |
DynaPDF.CreateTextField | This function creates a text field. | All |
DynaPDF.FindText | Searches a text and returns position details. | All |
DynaPDF.GetImportFlags | The function returns the current import flags used to import PDF files. | All |
DynaPDF.SetImportFlags | The function sets optional flags to control the import of external PDF files. | All |
DynaPDF.SetTextFieldValue | The function sets or changes the value and default value of a text field. | All |
DynaPDF.SetTextFieldValueEx | The function changes or sets the value of a text field. | All |
Encryption.Cipher | Encrypts or decrypts of a value. | All |
Files.ListRecursive | Queries list of paths in folder. | All |
GMImage.AddPathArcAbs | Draw a single arc segment. | All |
GMImage.AddPathArcRel | Draw a single arc segment. | All |
GMImage.AddPathClosePath | Close the current subpath by drawing a straight line from the current point to current subpath's most recent starting point (usually, the most recent moveto point). | All |
GMImage.AddPathCurvetoAbs | Draw a single curve. | All |
GMImage.AddPathCurvetoRel | Draw a single curve. | All |
GMImage.AddPathLinetoAbs | Draw to a single point. | All |
GMImage.AddPathLinetoHorizontalAbs | Draws a horizontal line from the current point (cpx, cpy) to (x, cpy). | All |
GMImage.AddPathLinetoHorizontalRel | Draws a horizontal line from the current point (cpx, cpy) to (x, cpy). | All |
GMImage.AddPathLinetoRel | Draw to a single point. | All |
GMImage.AddPathLinetoVerticalAbs | Draws a vertical line from the current point (cpx, cpy) to (cpx, y). | All |
GMImage.AddPathLinetoVerticalRel | Draws a vertical line from the current point (cpx, cpy) to (cpx, y). | All |
GMImage.AddPathMovetoAbs | Simple moveto with absolute coordinate. | All |
GMImage.AddPathMovetoRel | Simple moveto with relative coordinate. | All |
GMImage.AddPathQuadraticCurvetoAbs | Draw a single curve. | All |
GMImage.AddPathQuadraticCurvetoRel | Draw a single curve. | All |
GMImage.AddPathSmoothCurvetoAbs | Adds a smooth curve to path. | All |
GMImage.AddPathSmoothCurvetoRel | Draw a single curve. | All |
GMImage.AddPathSmoothQuadraticCurvetoAbs | Adds smooth quadratic curve to relative point to current path. | All |
GMImage.AddPathSmoothQuadraticCurvetoRel | Adds smooth quadratic curve to relative point to current path. | All |
GMImage.Affine | Applies an affine transformation. | All |
GMImage.ClipPath | Select a drawing clip path matching name. | All |
GMImage.DrawPath | Draw on image using vector path. | All |
GMImage.PopClipPath | Pop (terminate) clip path definition started by GMImage.PushClipPath. | All |
GMImage.PushClipPath | Push (create) clip path definition with new name. | All |
GMImage.Rotating | Set rotation to use when drawing. | All |
GMImage.Scaling | Apply scaling in x and y direction while drawing objects. | All |
GMImage.SkewX | Apply Skew in X direction. | All |
GMImage.SkewY | Apply Skew in Y direction. | All |
GMImage.Translation | Apply coordinate translation. | All |
Hash.Digest | Calculates a hash of a value. | All |
JSON.CreateStringArrayWithList | Creates a new JSON with a string array with given values. | All |
Math.BitwiseAND | Perform bitwise AND operation. | All |
Math.BitwiseNOT | Perform bitwise not operation. | All |
Math.BitwiseOR | Perform bitwise or operation. | All |
Math.BitwiseShiftLeft | Perform bitwise shift left. | All |
Math.BitwiseShiftRight | Perform bitwise shift right. | All |
Math.BitwiseXOR | Perform bitwise xor operation. | All |
Menu.AddItem | Adds a menu item to the end of the menu. | Mac/Win |
Menu.AddItems | Adds a couple of menu items. | Mac/Win |
Menu.CreateMenu | Creates a menu. | Mac/Win |
Menu.GetAllowsContextMenuPlugIns | Returns whether the popup menu allows appending of contextual menu plugin items. | Mac only |
Menu.GetMinimumWidth | Returns the minimum width of the menu. | Mac only |
Menu.GetScriptFileName | Queries which file contains the script to be run if menu item is selected. | Mac/Win |
Menu.GetScriptName | Queries the script name of the script to be run if menu item is selected. | Mac/Win |
Menu.GetShowsStateColumn | Returns a Boolean value that indicates whether the receiver displays the state column. | Mac only |
Menu.GetTag | Queries the tag value of the menu. | Mac/Win |
Menu.GetTitle | Queries the menu title. | Mac/Win |
Menu.InsertItem | Inserts a menu item into the receiver at a specific location. | Mac/Win |
Menu.NumberOfItems | Returns the number of menu items in the menu, including separator items. | Mac/Win |
Menu.PopUp | Pops up the menu at the specified location. | Mac/Win |
Menu.Release | Releases the menu. | Mac/Win |
Menu.ReleaseAll | Releases all menus and menuitems. | Mac/Win |
Menu.RemoveAllItems | Removes all the menu items in the receiver. | Mac/Win |
Menu.RemoveItem | Removes a menu item from the menu. | Mac/Win |
Menu.RemoveItemAtIndex | Removes the menu item at a specified location in the menu. | Mac/Win |
Menu.SelectedItem | Returns the reference number of the selected menu item. | Mac/Win |
Menu.SetAllowsContextMenuPlugIns | Sets whether the popup menu allows appending of contextual menu plugin items. | Mac only |
Menu.SetMinimumWidth | Set the minimum width of the menu. | Mac only |
Menu.SetScriptAction | Sets which script is called if a menu item in this menu is selected. | Mac/Win |
Menu.SetShowsStateColumn | Sets whether the receiver displays the state column. | Mac only |
Menu.SetTag | Sets the tag of the menu. | Mac/Win |
Menu.SetTitle | Sets the menu title. | Mac/Win |
MenuItem.CreateMenuItem | Creates a new menu item. | Mac/Win |
MenuItem.CreateSeparator | Creates a new separator menu item. | Mac/Win |
MenuItem.GetAlternate | Returns a Boolean value that indicates whether the receiver is an alternate to the previous menu item. | Mac only |
MenuItem.GetAttributedTitle | Queries the title with styles. | Mac only |
MenuItem.GetEnabled | Returns a Boolean value that indicates whether the receiver is enabled. | Mac/Win |
MenuItem.GetHidden | Returns a Boolean value that indicates whether the menu item is hidden. | Mac/Win |
MenuItem.GetImage | Queries the image for this menu item. | Mac/Win |
MenuItem.GetKeyEquivalent | Returns the menuitem's unmodified keyboard equivalent. | Mac only |
MenuItem.GetKeyEquivalentModifierMask | Returns the receiver's keyboard equivalent modifier mask. | Mac only |
MenuItem.GetMixedStateImage | Returns the image used to depict a mixed state. | Mac/Win |
MenuItem.GetOffStateImage | Returns the image used to depict the receiver's off state. | Mac/Win |
MenuItem.GetOnStateImage | Returns the image used to depict the receiver's on state. | Mac/Win |
MenuItem.GetParentItem | Returns the menu item whose submenu contains the menu item. | Mac/Win |
MenuItem.GetScriptFileName | Queries which file contains the script to be run if menu item is selected. | Mac/Win |
MenuItem.GetScriptName | Queries the script name of the script to be run if menu item is selected. | Mac/Win |
MenuItem.GetState | Returns the state of the menu item. | Mac/Win |
MenuItem.GetSubMenu | Returns the submenu associated with the receiving menu item. | Mac/Win |
MenuItem.GetTag | Queries the tag value of the menu. | Mac/Win |
MenuItem.GetTitle | Queries title of menu item. | Mac/Win |
MenuItem.GetToolTip | Returns the help tag for a menu item. | Mac only |
MenuItem.GetUserKeyEquivalent | Returns the user-assigned key equivalent for the menu item. | Mac only |
MenuItem.HasSubmenu | Returns a Boolean value that indicates whether the receiver has a submenu. | Mac/Win |
MenuItem.IsSeparatorItem | Returns a Boolean value that indicates whether the receiver is a separator item. | Mac/Win |
MenuItem.Release | Releases the menu item. | Mac/Win |
MenuItem.SetAlternate | Marks the receiver as an alternate to the previous menu item. | Mac only |
MenuItem.SetAttributedTitle | Applies a formatted text to the menu item. | Mac only |
MenuItem.SetEnabled | Sets whether the menu item is enabled. | Mac/Win |
MenuItem.SetHidden | Sets whether the menu item is hidden. | Mac/Win |
MenuItem.SetImage | Sets the menu item image. | Mac/Win |
MenuItem.SetKeyEquivalent | Sets the receiver's unmodified key equivalent. | Mac only |
MenuItem.SetKeyEquivalentModifierMask | Sets the menu items's keyboard equivalent modifiers. | Mac only |
MenuItem.SetMixedStateImage | Sets the image of the receiver that indicates a "mixed” state, that is, a state neither "on” nor "off.” | Mac/Win |
MenuItem.SetOffStateImage | Sets the image of the receiver that indicates an "off” state. | Mac/Win |
MenuItem.SetOnStateImage | Sets the image of the receiver that indicates an "on” state. | Mac/Win |
MenuItem.SetScriptAction | Sets which script is called if a menu item in this menu is selected. | Mac/Win |
MenuItem.SetState | Sets the state of the menu item. | Mac/Win |
MenuItem.SetSubMenu | Sets the submenu of the menu item. | Mac/Win |
MenuItem.SetTag | Sets the tag of the menu. | Mac/Win |
MenuItem.SetTitle | Sets the menuitem's title. | Mac/Win |
MenuItem.SetToolTip | Sets a help tag for a menu item. | Mac only |
PrintDialog.GetDuplex | Queries the duplex mode. | Mac only |
PrintDialog.SetDuplex | Sets duplex mode for next printing. | Mac only |
RunTask.AddArgument | Adds the argument that should be used to launch the executable to the arguments list. | Mac/Win |
RunTask.ReadErrorText | Reads what is in the buffer for the error stream. | Mac only |
RunTask.ReadOutputText | Reads what is in the buffer for the output stream. | Mac only |
RunTask.WriteInputText | Writes text to the input buffer for the app. | Mac only |
Time.Sleep | Delays execution for the given number of milliseconds. | All |
WebView.MakeTextLarger | Increases the text size. | Mac/iOS |
WebView.MakeTextSmaller | Decreases the text size. | Mac/iOS |
WebView.MakeTextStandardSize | Sets text to standard size. | Mac/iOS |
WebView.canResetPageZoom | Whether web page can be reset. | Mac/iOS |
WebView.canZoomPageIn | Whether web page can be zoomed in. | Mac/iOS |
WebView.canZoomPageOut | Whether web page can be zoomed out. | Mac/iOS |
WebView.getMediaVolume | Queries the maximum volume of all sounds generated on this webview. | Mac only |
WebView.getPageSizeMultiplier | Queries the page size multiplier. | Mac/iOS |
WebView.resetPageZoom | Resets the web page zoom. | Mac/iOS |
WebView.setMediaVolume | Sets the maximum volume of all sounds generated on this webview. | Mac only |
WebView.setPageSizeMultiplier | Sets the page size multiplier. | Mac/iOS |
WebView.zoomPageIn | Zooms web page in. | Mac/iOS |
WebView.zoomPageOut | Zooms web page out. | Mac/iOS |
169 functions.
Older Version 4.0 Newer Version 4.2
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins