Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

14.2 14.3 14.4 14.5 15.0 15.1 15.2 15.3 15.4 15.5 16.0 16.1

New in version 4.1

Item Details Server
Audit.GetLogAccess
Queries whether plugin logs access.
All
  ✅ Server
Audit.SetLogAccess
Sets whether access is logged.
All
  ✅ Server
CLGeocoder.Cancel
Cancels a pending geocoding request.
Mac/iOS
  ❌ Server
CLGeocoder.Cancelled
Whether the request was cancelled.
Mac/iOS
  ❌ Server
CLGeocoder.Close
Closes a request and frees memory.
Mac/iOS
  ❌ Server
CLGeocoder.Done
Queries whether the request is finished.
Mac/iOS
  ❌ Server
CLGeocoder.Error
Checks if this request got an error.
Mac/iOS
  ❌ Server
CLGeocoder.ErrorMessage
Queries the error message of the geo coder.
Mac/iOS
  ❌ Server
CLGeocoder.GeocodeAddressString
Submits a forward-geocoding request using the specified string.
Mac/iOS
  ❌ Server
CLGeocoder.PlacemarkCount
Queries the number of placemarks found.
Mac/iOS
  ❌ Server
CLGeocoder.PlacemarkValue
Queries a value of the placemarks found.
Mac/iOS
  ❌ Server
CLGeocoder.ReverseGeocodeLocation
Submits a reverse-geocoding request for the specified location.
Mac/iOS
  ❌ Server
Dialog.GetAlternateButton
Queries the title for the alternate button.
Mac/Win
  ❌ Server
Dialog.GetButtons
Queries which buttons are shown.
Mac/Win
  ❌ Server
Dialog.GetDefaultButton
Queries the title for the default button.
Mac/Win
  ❌ Server
Dialog.GetIcon
Returns the icon displayed in the dialog.
Mac/Win
  ❌ Server
Dialog.GetInformativeText
Returns the receiver's informative text.
Mac/Win
  ❌ Server
Dialog.GetMessage
Queries the message text for the dialog.
Mac/Win
  ❌ Server
Dialog.GetMode
Queries the dialog style.
Mac/Win
  ❌ Server
Dialog.GetOtherButton
Queries the title for the other button.
Mac/Win
  ❌ Server
Dialog.GetShowsSuppressionButton
Indicates whether the receiver shows a suppression button.
Mac/Win
  ❌ Server
Dialog.GetSuppressionButtonTitle
Queries the text for the suppression checkbox.
Mac/Win
  ❌ Server
Dialog.GetSuppressionState
Queries the suppression state after you showed the dialog.
Mac/Win
  ❌ Server
Dialog.GetWindowTitle
Queries the window title for the dialog.
Mac/Win
  ❌ Server
Dialog.Reset
Resets all dialog options.
Mac/Win
  ❌ Server
Dialog.Run
Runs the dialog.
Mac/Win
  ❌ Server
Dialog.SetAlternateButton
Sets the title for the alternate button.
Mac/Win
  ❌ Server
Dialog.SetButtons
Sets which buttons to show.
Mac/Win
  ❌ Server
Dialog.SetDefaultButton
Sets the title for the default button.
Mac/Win
  ❌ Server
Dialog.SetIcon
Sets the icon to be displayed in the alert to a given icon.
Mac/Win
  ❌ Server
Dialog.SetInformativeText
Sets the receiver's informative text to a given text.
Mac/Win
  ❌ Server
Dialog.SetMessage
Sets the message text for the dialog.
Mac/Win
  ❌ Server
Dialog.SetMode
Sets the dialog style.
Mac/Win
  ❌ Server
Dialog.SetOtherButton
Sets the title for the other button.
Mac/Win
  ❌ Server
Dialog.SetShowsSuppressionButton
Specifies whether the receiver includes a suppression checkbox.
Mac/Win
  ❌ Server
Dialog.SetSuppressionButtonTitle
Sets the text for the suppression checkbox.
Mac/Win
  ❌ Server
Dialog.SetWindowTitle
Sets the window title for the dialog.
Mac/Win
  ❌ Server
DynaPDF.AddFontSearchPath
Adds a search path to the list of available font search paths.
All
  ✅ Server
DynaPDF.CreateCheckBox
This function creates a check box.
All
  ✅ Server
DynaPDF.CreateTextField
This function creates a text field.
All
  ✅ Server
DynaPDF.FindText
Searches a text and returns position details.
All
  ✅ Server
DynaPDF.GetImportFlags
The function returns the current import flags used to import PDF files.
All
  ✅ Server
DynaPDF.SetImportFlags
The function sets optional flags to control the import of external PDF files.
All
  ✅ Server
DynaPDF.SetTextFieldValue
The function sets or changes the value and default value of a text field.
All
  ✅ Server
DynaPDF.SetTextFieldValueEx
The function changes or sets the value of a text field.
All
  ✅ Server
Encryption.Cipher
Encrypts or decrypts of a value.
All
  ✅ Server
Files.ListRecursive
Queries list of paths in folder.
All
  ✅ Server
GMImage.AddPathArcAbs
Draw a single arc segment.
All
  ✅ Server
GMImage.AddPathArcRel
Draw a single arc segment.
All
  ✅ Server
GMImage.AddPathClosePath
Closes subpath.
All
  ✅ Server
GMImage.AddPathCurvetoAbs
Draw a single curve.
All
  ✅ Server
GMImage.AddPathCurvetoRel
Draw a single curve.
All
  ✅ Server
GMImage.AddPathLinetoAbs
Draw to a single point.
All
  ✅ Server
GMImage.AddPathLinetoHorizontalAbs
Draws a horizontal line from the current point (cpx, cpy) to (x, cpy).
All
  ✅ Server
GMImage.AddPathLinetoHorizontalRel
Draws a horizontal line from the current point (cpx, cpy) to (x, cpy).
All
  ✅ Server
GMImage.AddPathLinetoRel
Draw to a single point.
All
  ✅ Server
GMImage.AddPathLinetoVerticalAbs
Draws a vertical line from the current point (cpx, cpy) to (cpx, y).
All
  ✅ Server
GMImage.AddPathLinetoVerticalRel
Draws a vertical line from the current point (cpx, cpy) to (cpx, y).
All
  ✅ Server
GMImage.AddPathMovetoAbs
Simple moveto with absolute coordinate.
All
  ✅ Server
GMImage.AddPathMovetoRel
Simple moveto with relative coordinate.
All
  ✅ Server
GMImage.AddPathQuadraticCurvetoAbs
Draw a single curve.
All
  ✅ Server
GMImage.AddPathQuadraticCurvetoRel
Draw a single curve.
All
  ✅ Server
GMImage.AddPathSmoothCurvetoAbs
Adds a smooth curve to path.
All
  ✅ Server
GMImage.AddPathSmoothCurvetoRel
Draw a single curve.
All
  ✅ Server
GMImage.AddPathSmoothQuadraticCurvetoAbs
Adds smooth quadratic curve to relative point to current path.
All
  ✅ Server
GMImage.AddPathSmoothQuadraticCurvetoRel
Adds smooth quadratic curve to relative point to current path.
All
  ✅ Server
GMImage.Affine
Applies an affine transformation.
All
  ✅ Server
GMImage.ClipPath
Select a drawing clip path matching name.
All
  ✅ Server
GMImage.DrawPath
Draw on image using vector path.
All
  ✅ Server
GMImage.PopClipPath
Pop (terminate) clip path definition started by GMImage.PushClipPath.
All
  ✅ Server
GMImage.PushClipPath
Push (create) clip path definition with new name.
All
  ✅ Server
GMImage.Rotating
Set rotation to use when drawing.
All
  ✅ Server
GMImage.Scaling
Apply scaling in x and y direction while drawing objects.
All
  ✅ Server
GMImage.SkewX
Apply Skew in X direction.
All
  ✅ Server
GMImage.SkewY
Apply Skew in Y direction.
All
  ✅ Server
GMImage.Translation
Apply coordinate translation.
All
  ✅ Server
Hash.Digest
Calculates a hash of a value.
All
  ✅ Server
JSON.CreateStringArrayWithList
Creates a new JSON with a string array with given values.
All
  ✅ Server
Math.BitwiseAND
Perform bitwise AND operation.
All
  ✅ Server
Math.BitwiseNOT
Perform bitwise not operation.
All
  ✅ Server
Math.BitwiseOR
Perform bitwise or operation.
All
  ✅ Server
Math.BitwiseShiftLeft
Perform bitwise shift left.
All
  ✅ Server
Math.BitwiseShiftRight
Perform bitwise shift right.
All
  ✅ Server
Math.BitwiseXOR
Perform bitwise xor operation.
All
  ✅ Server
PrintDialog.GetDuplex
Queries the duplex mode.
Mac only
  ❌ Server
PrintDialog.SetDuplex
Sets duplex mode for next printing.
Mac only
  ❌ Server
RunTask.AddArgument   Deprecated
Adds the argument that should be used to launch the executable to the arguments list.
Mac/Win
  ✅ Server
RunTask.ReadErrorText   Deprecated
Reads what is in the buffer for the error stream.
Mac only
  ✅ Server
RunTask.ReadOutputText   Deprecated
Reads what is in the buffer for the output stream.
Mac only
  ✅ Server
RunTask.WriteInputText   Deprecated
Writes text to the input buffer for the app.
Mac only
  ✅ Server
Time.Sleep
Delays execution for the given number of milliseconds.
All
  ✅ Server
WebView.CanResetPageZoom
Whether web page can be reset.
Mac/Win/iOS
  ❌ Server
WebView.CanZoomPageIn
Whether web page can be zoomed in.
Mac/Win/iOS
  ❌ Server
WebView.CanZoomPageOut
Whether web page can be zoomed out.
Mac/Win/iOS
  ❌ Server
WebView.GetMediaVolume
Queries the maximum volume of all sounds generated on this WebViewer.
Mac only
  ❌ Server
WebView.GetPageSizeMultiplier
Queries the page size multiplier.
Mac/iOS
  ❌ Server
WebView.MakeTextLarger
Increases the text size.
Mac/iOS
  ❌ Server
WebView.MakeTextSmaller
Decreases the text size.
Mac/iOS
  ❌ Server
WebView.MakeTextStandardSize
Sets text to standard size.
Mac/iOS
  ❌ Server
WebView.ResetPageZoom
Resets the web page zoom.
Mac/Win/iOS
  ❌ Server
WebView.SetMediaVolume
Sets the maximum volume of all sounds generated on this web view.
Mac only
  ❌ Server
WebView.SetPageSizeMultiplier
Sets the page size multiplier.
Mac/Win/iOS
  ❌ Server
WebView.ZoomPageIn
Zooms web page in.
Mac/Win/iOS
  ❌ Server
WebView.ZoomPageOut
Zooms web page out.
Mac/Win/iOS
  ❌ Server

169 functions shown.

These functions require a license (62%).

Blog Entries

Older Version 4.0   Newer Version 4.2