All functions
Mac OS X
Windows
Crossplatform
Components
New in version:
1.0
1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
2.0
2.1
2.2
2.3
2.4
2.5
All cross-platform functions
| Name | Description |
|---|---|
| Backdrop.Close | Closes the backdrop window. |
| Container.Export | Writes selected data content from a container to a file path. |
| Container.GetBase64 | Returns the base 64 encoded value for an image. |
| Container.GetCount | Counts the number of types in a container field. |
| Container.GetDataURL | Returns the complete Data url for an image stored in a container field. |
| Container.GetHeight | Returns the Height of the image that was placed in the container field. |
| Container.GetJPEGHeight | Returns the Height of JPEG image stored in a container field. |
| Container.GetJPEGHeightResolution | Returns the Vertical Resolution of the JPEG image stored in a container field in pixels per inch. |
| Container.GetJPEGWidth | Returns the Width of JPEG image stored in a container field. |
| Container.GetJPEGWidthResolution | Returns the Horizontal Resolution of the preview image stored in a container field in pixels per inch. |
| Container.GetSize | Returns the size of the container. |
| Container.GetTotalSize | Returns the size of the whole container. |
| Container.GetType | Returns the type at the given index (zero based). |
| Container.GetTypes | Returns the list of objects in the container field. |
| Container.GetTypeSize | Returns the size of the indicated object type in container field. |
| Container.GetWidth | Returns the Width of the image that was placed into the container. |
| CURL.Cancel | Cancels a running transfer in background. |
| CURL.Cleanup | End a CURL session. |
| CURL.ErrorCode | Returns the last CURL error code. |
| CURL.ErrorMessage | Returns the last CURL error message. |
| CURL.FormAddKeyValue | Add a section to a multipart/formdata HTTP POST. |
| CURL.FormAddKeyValueContentType | Add a section to a multipart/formdata HTTP POST. |
| CURL.FormFinish | Finishes constructing a form. |
| CURL.GetAppConnectTime | Get the time, in seconds, it took from the start until the SSL/SSH connect/handshake to the remote host was completed. |
| CURL.GetConditionUnmet | Get the number 1 if the condition provided in the previous request didn't match. |
| CURL.GetConnectTime | Get the time, in seconds, it took from the start until the connect to the remote host (or proxy) was completed. |
| CURL.GetContentLengthDownload | Get the content-length of the download. |
| CURL.GetContentLengthUpload | Get the specified size of the upload. |
| CURL.GetContentType | Get the content-type of the downloaded object. |
| CURL.GetCookieList | Get list of all cookies cURL known (expired ones, too). |
| CURL.GetDebugAsText | Returns the debug output of the transaction as text. |
| CURL.GetDebugLength | Queries the current length in bytes of the debug messages buffer. |
| CURL.GetEffectiveURL | Get the last used effective URL. |
| CURL.GetFileTime | Get the remote time of the retrieved document. |
| CURL.GetFTPEntryPath | Get a string holding the path of the entry path. |
| CURL.GetHeaderAsText | Returns the headers of the transaction as text. |
| CURL.GetHeaderLength | Queries the current length in bytes of the header buffer. |
| CURL.GetHeaderSize | Get the total size of all the headers received. Measured in number of bytes. |
| CURL.GetHTTPAuthAvail | Get a bitmask indicating the authentication method(s) available. |
| CURL.GetHTTPConnectCode | Get the last received proxy response code to a CONNECT request. |
| CURL.GetInputLength | Queries the current length in bytes of the input buffer. |
| CURL.GetLocalIP | Get a string holding the local (source) IP address of the most recent connection done with this curl handle. |
| CURL.GetLocalPort | Get the local (source) port of the most recent connection done with this curl handle. |
| CURL.GetNameLookupTime | Get the time, in seconds, it took from the start until the name resolving was completed. |
| CURL.GetNumConnects | Query how many new connections libcurl had to create to achieve the previous transfer (only the successful connects are counted). |
| CURL.GetOSErrNo | Get the errno variable from a connect failure. |
| CURL.GetPreTransferTime | Get the time, in seconds, it took from the start until the file transfer is just about to begin. |
| CURL.GetPrimaryIP | Get the string holding the IP address of the most recent connection done with this curl handle. |
| CURL.GetPrimaryPort | Get the destination port of the most recent connection done with this curl handle. |
| CURL.GetProgressCurrentDownload | Queries current number of bytes downloaded. |
| CURL.GetProgressCurrentUpload | Queries current number of bytes uploaded. |
| CURL.GetProgressTotalDownload | Queries total number of bytes to download. |
| CURL.GetProgressTotalUpload | Queries total number of bytes to upload. |
| CURL.GetProxyAuthAvail | Get a bitmask indicating the authentication method(s) available for your proxy authentication. |
| CURL.GetRedirectCount | Get the total number of redirections that were actually followed. |
| CURL.GetRedirectTime | Get the total time, in seconds, it took for all redirection steps include name lookup, connect, pretransfer and transfer before final transaction was started. |
| CURL.GetRedirectURL | Get the URL a redirect would take you to if you would enable CURL.SetOptionFollowLocation. |
| CURL.GetRequestSize | Get the total size of the issued requests. |
| CURL.GetResponseCode | Get the last received HTTP or FTP code. |
| CURL.GetResultAsData | Returns the result of the transaction as PNG image. |
| CURL.GetResultAsJPEG | Returns the result of the transaction as JPEG image. |
| CURL.GetResultAsPNG | Returns the result of the transaction as PNG image. |
| CURL.GetResultAsText | Returns the result of the transaction as text. |
| CURL.GetResultLength | Queries the current length in bytes of the result buffer. |
| CURL.GetSizeDownload | Get the total amount of bytes that were downloaded. |
| CURL.GetSizeUpload | Get the total amount of bytes that were uploaded. |
| CURL.GetSpeedDownload | Get the average download speed that curl measured for the complete download. |
| CURL.GetSpeedUpload | Get the average upload speed that curl measured for the complete upload. |
| CURL.GetSSLEngines | Get a linked-list of OpenSSL crypto-engines supported. |
| CURL.GetSSLVerifyResult | Get the result of the certification verification that was requested. |
| CURL.GetStartTransferTime | Get the time, in seconds, it took from the start until the first byte is received by libcurl. |
| CURL.GetTotalTime | Get the total time in seconds for the previous transfer, including name resolving, TCP connect etc. |
| CURL.Host | Queries host value from compiling. |
| CURL.IsRunning | Checks whether a transfer is still running. |
| CURL.New | Start a new CURL easy session. |
| CURL.Perform | Perform a file transfer. |
| CURL.PerformBackground | Perform a file transfer in background. |
| CURL.Protocols | Queries list of supported protocols. |
| CURL.SetInputFile | Sets input to file data from the container value. |
| CURL.SetInputJPEG | Sets input to JPEG data from the container value. |
| CURL.SetInputPNG | Sets input to PNG data from the container value. |
| CURL.SetInputText | Sets input data for this transfer to be the text you provide. |
| CURL.SetOptionAddressScope | Sets the IPv6 scope_id. |
| CURL.SetOptionAutoReferer | Set whether to set automatically the referrer. |
| CURL.SetOptionBufferSize | Sets the buffer size. |
| CURL.SetOptionCAINFO | Sets a path to find certificate file. |
| CURL.SetOptionCAPATH | Sets the certificate directory. |
| CURL.SetOptionCertInfo | Whether to collect certificate information. |
| CURL.SetOptionConectionTimeout | Sets the connection timeout in seconds. |
| CURL.SetOptionConnectTimeoutMS | Sets the connection timeout in milliseconds. |
| CURL.SetOptionCookie | Sets the cookie for the current http transfer. |
| CURL.SetOptionCookieFile | Sets the cookie file location. |
| CURL.SetOptionCookieJar | Sets the cookie storage file. |
| CURL.SetOptionCookieList | Sets the cookie string. |
| CURL.SetOptionCookieSession | Set to 1 to mark this as a new cookie "session". |
| CURL.SetOptionCRLF | Whether to convert newline characters. |
| CURL.SetOptionCRLFile | Sets the CRL file path. |
| CURL.SetOptionCustomRequest | Sets a custom request. |
| CURL.SetOptionDNSCacheTimeout | Sets the DNS Cache Timeout in seconds. |
| CURL.SetOptionEGDSocket | Sets a path name to the Entropy Gathering Daemon socket. |
| CURL.SetOptionFailOnError | Whether to fail on http errors. |
| CURL.SetOptionFileTime | Whether to query file time. |
| CURL.SetOptionFollowLocation | Enables or disables following locations. |
| CURL.SetOptionForbitReuse | Whether to disallow reusing connections. |
| CURL.SetOptionFreshConnect | Sets whether to not reuse old connections. |
| CURL.SetOptionFTPAccount | Sets the FTP account name. |
| CURL.SetOptionFTPAlternativeToUser | Whether to use alternative USER command. |
| CURL.SetOptionFTPAppend | Whether to append file instead of overwriting it. |
| CURL.SetOptionFTPCreateMissingDirs | Whether to create missing directories. |
| CURL.SetOptionFTPFileMethod | Which command to use for reaching a file. |
| CURL.SetOptionFTPListOnly | Whether to only query names in file listing. |
| CURL.SetOptionFTPPort | Sets the ports to use for FTP. |
| CURL.SetOptionFTPResponseTimeout | Sets the timeout for FTP responses. |
| CURL.SetOptionFTPSkipPasvIP | Whether to skip IP address for PASV. |
| CURL.SetOptionFTPSSL | Sets whether to use SSL for FTP transfers. |
| CURL.SetOptionFTPSSLAuth | Sets which SSL Authentication to use. |
| CURL.SetOptionFTPSSLCCC | If enabled, this option makes libcurl use CCC (Clear Command Channel). |
| CURL.SetOptionFTPUseEPRT | Whether to use EPRT command. |
| CURL.SetOptionFTPUseEPSV | Whether to use EPSV command. |
| CURL.SetOptionFTPUsePret | Whether to use PRET command. |
| CURL.SetOptionGet | Sets the transfer to be a HTTP Get. |
| CURL.SetOptionHeader | Whether to include headers in output. |
| CURL.SetOptionHTTP200Aliases | Sets list of aliases to be treated as valid HTTP 200 responses. |
| CURL.SetOptionHTTPAuth | Defines which HTTP authentication methods are used. |
| CURL.SetOptionHTTPContentDecoding | Sets how to act on content decoding. |
| CURL.SetOptionHTTPHeader | Sets the http header list. |
| CURL.SetOptionHTTPProxyTunnel | Set to 1 to make the library tunnel all operations through a given HTTP proxy. |
| CURL.SetOptionHTTPTransferDecoding | Sets how to act on transfer decoding. |
| CURL.SetOptionHTTPVersion | Sets which HTTP version is used. |
| CURL.SetOptionIgnoreContentLength | Whether to ignore the Content-Length header. |
| CURL.SetOptionInFileLarge | Sets the file input size. |
| CURL.SetOptionInFileSize | Sets the file input size. |
| CURL.SetOptionInterface | This sets the interface name to use as outgoing network interface. |
| CURL.SetOptionIPResolve | Allows an application to select what kind of IP addresses to use when resolving host names. |
| CURL.SetOptionIssuerCert | Sets the file path for the CA certificate in PEM format. |
| CURL.SetOptionKRB4Level | Sets the kerberos security level for FTP. |
| CURL.SetOptionLocalPort | This sets the local port number of the socket used for connection. |
| CURL.SetOptionLocalPortRange | This is the number of attempts curl should make to find a working local port number. |
| CURL.SetOptionLowSpeedLimit | Sets the minimum required speed. |
| CURL.SetOptionLowSpeedTime | Sets how long a transfer is allowed to run with low speed. |
| CURL.SetOptionMailFrom | Sets the mail sender. |
| CURL.SetOptionMailRecipients | Sets the recipients list. |
| CURL.SetOptionMaxConnects | Sets the persistent connection cache size. |
| CURL.SetOptionMaxFileSize | Sets the maximum file size for download. |
| CURL.SetOptionMaxFileSizeLarge | Sets the maximum file size for download. |
| CURL.SetOptionMaxRecvSpeedLarge | Sets the maximum download speed. |
| CURL.SetOptionMaxRedirs | Sets the redirection limit. |
| CURL.SetOptionMaxSendSpeedLarge | Sets the maximum sending speed. |
| CURL.SetOptionNetRC | Sets netrc file preference. |
| CURL.SetOptionNETRCFile | Sets the full path to the netrc file. |
| CURL.SetOptionNewDirectoryPerms | Sets the new directory permissions. |
| CURL.SetOptionNewFilePerms | Sets the new file permissions. |
| CURL.SetOptionNoBody | Whether to ignore the body of the download. |
| CURL.SetOptionNoProxy | Sets which hosts don't use a proxy. |
| CURL.SetOptionPassword | Sets the password for this transfer. |
| CURL.SetOptionPort | Sets the port number for the connection. |
| CURL.SetOptionPost | Sets transfer to be a HTTP Post. |
| CURL.SetOptionPostFields | Sets the post fields. |
| CURL.SetOptionPostFieldSize | Sets the length of post field data. |
| CURL.SetOptionPostFieldSizeLarge | Sets the length of post field data. |
| CURL.SetOptionPostQuote | Sets the list of FTP or SFTP commands to pass to the server after your FTP transfer request. |
| CURL.SetOptionPostRedir | Sets the redirect policy. |
| CURL.SetOptionPreQuote | Sets the list of FTP commands to pass to the server after the transfer type is set. |
| CURL.SetOptionProtocols | Limit which protocols are used. |
| CURL.SetOptionProxy | Set HTTP proxy to use. |
| CURL.SetOptionProxyAuth | Sets which authentication methods are used. |
| CURL.SetOptionProxyPassword | The password to use for the transfer while connecting to Proxy. |
| CURL.SetOptionProxyPort | The proxy port to connect to unless it is specified in the proxy string with CURL.SetOptionProxy. |
| CURL.SetOptionProxyTransferMode | Wether to pass transfer mode to proxy. |
| CURL.SetOptionProxyType | Sets the type of the proxy. |
| CURL.SetOptionProxyUsername | The user name to use for the transfer while connecting to Proxy. |
| CURL.SetOptionPut | Sets transfer to be a HTTP Put. |
| CURL.SetOptionQuote | Sets the list of FTP or SFTP commands to pass to the server prior to your FTP request. |
| CURL.SetOptionRandomFile | Sets random file. |
| CURL.SetOptionRange | Sets the range. |
| CURL.SetOptionRedirProtocols | Limit which protocols are used for redirection. |
| CURL.SetOptionReferer | Sets the referrer. |
| CURL.SetOptionResumeFrom | Sets the resume from offset. |
| CURL.SetOptionResumeFromLarge | Sets the resume from offset. |
| CURL.SetOptionSocks5GSSAPINec | Sets how to run the protection mode negotiation. |
| CURL.SetOptionSocks5GSSAPIService | Sets the name of the service. |
| CURL.SetOptionSSHAuthTypes | Sets the SSL authentication types. |
| CURL.SetOptionSSHHostPublicKeyMD5 | Sets MD5 hash for public key. |
| CURL.SetOptionSSHKnownHosts | Sets the file path of the known_host file to use. |
| CURL.SetOptionSSHPrivateKeyfile | Sets the file path for your private key. |
| CURL.SetOptionSSHPublicKeyfile | Sets the file path for the public key file. |
| CURL.SetOptionSSLCert | Sets the file path for the certificate. |
| CURL.SetOptionSSLCertPassword | Sets the certificate passsord. |
| CURL.SetOptionSSLCertType | Sets the format of the certificate. |
| CURL.SetOptionSSLCipherList | Sets the list of ciphers to use for the SSL connection. |
| CURL.SetOptionSSLEngine | Sets which crypto engine is used. |
| CURL.SetOptionSSLEngineDefault | Sets the actual crypto engine as the default for (asymmetric) crypto operations. |
| CURL.SetOptionSSLKey | Sets the file path for the private key. |
| CURL.SetOptionSSLKeyPassword | Sets the password for the private key. |
| CURL.SetOptionSSLKeyType | Sets the format of the private key. |
| CURL.SetOptionSSLSessionIDCache | Controls SSL session-ID caching. |
| CURL.SetOptionSSLVerifyHost | Sets whether to verify host. |
| CURL.SetOptionSSLVerifyPeer | Whether to verify the peer. |
| CURL.SetOptionSSLVersion | Sets which version of SSL/TLS to attempt to use. |
| CURL.SetOptionTCPNoDelay | Sets the TCP delay option. |
| CURL.SetOptionTelnetOptions | Sets a list of telnet options. |
| CURL.SetOptionTFTPBlockSize | Specify block size to use for TFTP data transmission. |
| CURL.SetOptionTimeCondition | Sets the time |
| CURL.SetOptionTimeOut | Sets the maximum time in seconds that you allow the transfer operation to take. |
| CURL.SetOptionTimeoutMS | Sets the transfer timeout in milliseconds. |
| CURL.SetOptionTimeValue | Sets the time value. |
| CURL.SetOptionTransferText | Whether to use ASCII mode for FTP transfer. |
| CURL.SetOptionUnrestrictedAuth | Controls wether authentication is reused. |
| CURL.SetOptionUpload | Sets this transfer to be an upload. |
| CURL.SetOptionURL | The actual URL to deal with. |
| CURL.SetOptionUserAgent | The user agent text string. |
| CURL.SetOptionUsername | Sets the user name string for the transfer. |
| CURL.SetOptionVerbose | Set the parameter to 1 to get curl to display a lot of verbose information about its operations. |
| CURL.SetUpdateProgressDialog | Sets whether progress dialog should be automatically updated. |
| CURL.SSLVersion | Returns SSL Library version. |
| CURL.Version | Queries curl version string. |
| DragDrop.ReleaseAll | A convenience method to release all drop areas. |
| DragDrop.SetImage | Sets the image to be shown in the drop area. |
| FM.Evaluate | Similar to FileMaker's built in FM Evaluate |
| FM.ExecuteSQL | Execute the SQL Statement against the current FileMaker File. |
| FM.ExecuteSQL.LastError | Returns an error number. |
| FM.ExecuteSQLOnIdle | This is similar to ExecuteSQL, except that it waits until idle to execute. |
| FM.RunScript | Runs a script in any open FileMaker file. |
| FM.RunScriptLater | Runs a script in any open FileMaker file. |
| FM.VariableClear | Destroys a variable that was declared with FM.VariableSet. |
| FM.VariableGet | Retrieves the value of named variable that was declared using FM.VariableSet. |
| FM.VariableSet | Stores a named text variable that can be retrieved later using FM.VariableGet. |
| GM.SetCacheThreshold | Sets the Pixel cache threshold in megabytes. |
| GMImage.AdaptiveThreshold | Local adaptive threshold image. |
| GMImage.AddNoise | Add noise to image with specified noise type. |
| GMImage.AddNoiseChannel | Add noise to image with specified noise type. |
| GMImage.Annotate | Annotate image (draw text on image). |
| GMImage.BaseColumns | Returns the base image width (before transformations). |
| GMImage.BaseFilename | Returns the Base image filename (before transformations) |
| GMImage.BaseRows | Returns the base image height (before transformations) |
| GMImage.Blur | Blur image with specified blur factor. |
| GMImage.BlurChannel | Blur image with specified blur factor. |
| GMImage.Border | Border image (add border to image). |
| GMImage.BoundingBox | Returns smallest bounding box enclosing non-border pixels. |
| GMImage.Channel | Extract channel from image. |
| GMImage.Charcoal | Charcoal effect image (looks like charcoal sketch). |
| GMImage.Chop | Chop image (remove vertical or horizontal subregion of image). |
| GMImage.ClipMask | Associate a clip mask with the image. |
| GMImage.Colorize | Colorize image with pen color, using specified percent opacity. |
| GMImage.ColorizeRGB | Colorize image with pen color, using specified percent opacity for red, green, and blue quantums. |
| GMImage.Columns | Returns the Image width. |
| GMImage.Compare | Compares current image with another image. |
| GMImage.Composite | Compose an image onto another at specified offset and using specified algorithm. |
| GMImage.CompositeXY | Compose an image onto another at specified offset and using specified algorithm. |
| GMImage.Contrast | Contrast image (enhance intensity differences in image). |
| GMImage.Copy | Creates a copy of the picture. |
| GMImage.Crop | Crop image (subregion of original image). |
| GMImage.CycleColormap | Cycle image colormap. |
| GMImage.Despeckle | Despeckle image (reduce speckle noise). |
| GMImage.Destroy | Releases the image from memory. |
| GMImage.Directory | Returns the directory string. |
| GMImage.Edge | Edge image (hilight edges in image) |
| GMImage.Emboss | Emboss image (hilight edges with 3D effect). |
| GMImage.Enhance | Enhance image (minimize noise) |
| GMImage.Equalize | Equalize image (histogram equalization) |
| GMImage.Erase | Erase image to current "background color" |
| GMImage.FillPattern | Sets the pattern to use while filling drawn objects. |
| GMImage.Flip | Flip image (reflect each scanline in the vertical direction) |
| GMImage.FloodFillColor | Flood-fill color across pixels. |
| GMImage.FloodFillColorXY | Flood-fill color across pixels starting at target-pixel and stopping at pixels matching specified border color. |
| GMImage.FloodFillOpacity | Floodfill pixels matching color (within fuzz factor) of target pixel(x,y) with replacement opacity value using method. |
| GMImage.FloodFillTexture | Flood-fill texture across pixels. |
| GMImage.FloodFillTextureXY | Flood-fill texture across pixels. |
| GMImage.Flop | Flop image (reflect each scanline in the horizontal direction) |
| GMImage.Format | Long image format description. |
| GMImage.Frame | Frame image. |
| GMImage.Gamma | Gamma correct image. |
| GMImage.GaussianBlur | Gaussian blur image. |
| GMImage.GaussianBlurChannel | Gaussian blur image. |
| GMImage.Geometry | Preferred size of the image when encoding. |
| GMImage.GetAdjoin | Get adjoin value. Join images into a single multi-image file |
| GMImage.GetAnimationDelay | Queries the animation delay. |
| GMImage.GetAnimationIterations | Queries the Number of iterations to loop an animation (e.g. Netscape loop extension) for. |
| GMImage.GetAntiAlias | Returns whether to Anti-alias Postscript and TrueType fonts (default true) |
| GMImage.GetAttribute | Query a named attribute. |
| GMImage.GetBackgroundColor | Queries the Image background color. |
| GMImage.GetBackgroundTexture | Queries the Name of texture image to tile onto the image background. |
| GMImage.GetBorderColor | Queries the Image border color. |
| GMImage.GetBoxColor | Queries the Text bounding-box base color (default none). |
| GMImage.GetchannelDepth | Obtain modulus channel depth |
| GMImage.GetClassType | Queries the Image class (DirectClass or PseudoClass) |
| GMImage.GetColorFuzz | Queries the color fuzz. Colors within this distance are considered equal |
| GMImage.GetcolorMap | Queries an entry in the color map. |
| GMImage.GetColorMapSize | Queries the Colormap size (number of colormap entries) |
| GMImage.GetColorSpace | Queries the Image Color Space |
| GMImage.GetComment | Queries the comment. |
| GMImage.GetCompose | Queries the Composition operator to be used when composition is implicitly used (such as for image flattening). |
| GMImage.GetCompressType | Queries the compression type. |
| GMImage.GetDebug | Queries whether printing of debug messages from ImageMagick is enabled. |
| GMImage.GetDefineSet | Queries a define value. |
| GMImage.GetDefineValue | Queries a value. |
| GMImage.GetDensity | Queries the Vertical and horizontal resolution in pixels of the image |
| GMImage.GetDepth | Queries the Image depth (bits allocated to red/green/blue components) |
| GMImage.GetEndian | Queries the Endianness (little like Intel or big like SPARC) for image formats which support endian-specific options. |
| GMImage.GetFileName | Queries the Image file name. |
| GMImage.GetFileSize | Returns the number of bytes of the image on disk |
| GMImage.GetFillColor | Queries the Color to use when filling drawn objects. |
| GMImage.GetFillRule | Queries the rule to use when filling drawn objects |
| GMImage.GetFilterType | Queries the Filter to use when resizing image |
| GMImage.GetFont | Queries the Text rendering font. |
| GMImage.GetFontPointsize | Queries the Font point size. |
| GMImage.GetGamma | Gamma level of the image |
| GMImage.GetGifDisposeMethod | Queries the GIF disposal method. |
| GMImage.GetHeight | Returns the image height. |
| GMImage.GeticcColorProfile | Queries the ICC color profile. |
| GMImage.GetInterlaceType | Queries the interlace type. |
| GMImage.GetiptcProfile | Queries the IPTC profile. |
| GMImage.GetIsValid | Does object contain valid image? |
| GMImage.GetLabel | Queries the image label. |
| GMImage.GetLineWidth | Queries the Stroke width for drawing vector objects (default one) |
| GMImage.GetMagick | Queries the File type magick identifier (.e.g "GIF") |
| GMImage.GetMatte | Queries the image supports transparency (matte channel) |
| GMImage.GetMatteColor | Queries the Transparent color. |
| GMImage.GetModulusDepth | Queries the image modulus depth. |
| GMImage.GetMonochrome | Queries the monochrome flag. Transform image to black and white |
| GMImage.GetOrientation | Queries the image orientation. |
| GMImage.GetPage | Queries the Preferred size and location of an image canvas. |
| GMImage.GetpixelColor | get pixel color at location x & y. |
| GMImage.Getprofile | Retrieve a named profile from the image. |
| GMImage.GetQuality | Queries the JPEG/MIFF/PNG compression level (default 75). |
| GMImage.GetQuantizeColors | Queries the Maximum number of colors to quantize to. |
| GMImage.GetQuantizeColorSpace | Gets the Colorspace to quantize in. |
| GMImage.GetQuantizeDither | Queries whether to dither image during quantization (default true). |
| GMImage.GetQuantizeTreeDepth | Queries the Quantization tree-depth. |
| GMImage.GetRenderingIntent | Queries the type of rendering intent. |
| GMImage.GetResolutionUnits | Queries which units are used for image resolution. |
| GMImage.GetScene | Gets the image scene number |
| GMImage.GetSize | Queries the Width and height of a raw image |
| GMImage.GetStrokeAntiAlias | Whether stroke anti-aliasing is enabled. |
| GMImage.GetStrokeColor | Queries the Color to use when drawing object outlines. |
| GMImage.GetStrokeDashOffset | Gets the stroke dash offset. |
| GMImage.GetStrokeLineCap | Specify the shape to be used at the end of open subpaths when they are stroked. |
| GMImage.GetStrokeLineJoin | Specify the shape to be used at the corners of paths (or other vector shapes) when they are stroked. |
| GMImage.GetStrokeMiterLimit | Gets the miter limit. |
| GMImage.GetStrokeWidth | Gets the Stroke width for drawing vector objects (default one) |
| GMImage.GetSubImage | Queries which image of an image sequence is currently used. |
| GMImage.GetSubRange | Gets the Number of images relative to the base image |
| GMImage.GetTextEncoding | Queries the text encoding. |
| GMImage.GetTileName | Queries the Tile name. |
| GMImage.GetType | Image representation type. |
| GMImage.GetVerbose | Queries whether to print detailed information about the image |
| GMImage.GetView | Queries the FlashPix viewing parameters. |
| GMImage.GetWidth | Returns the Image width. |
| GMImage.Implode | Implode image (special effect). |
| GMImage.Level | Level image. |
| GMImage.LevelChannel | Level image channel. |
| GMImage.Magnify | Magnify image by integral size. |
| GMImage.Map | Remap image colors with closest color from reference image. |
| GMImage.MatteFloodfill | Floodfill designated area with replacement opacity value. |
| GMImage.MeanErrorPerPixel | The mean error per pixel computed when an image is color reduced. |
| GMImage.MedianFilter | Filter image by replacing each pixel component with the median color in a circular neighborhood. |
| GMImage.Minify | Reduce image by integral size. |
| GMImage.Modulate | Modulate percent hue, saturation, and brightness of an image. |
| GMImage.MontageGeometry | Tile size and offset within an image montage. |
| GMImage.MotionBlur | Motion blur image with specified blur factor. |
| GMImage.Negate | Negate colors in image. |
| GMImage.New | Construct a blank image canvas of specified size and color. |
| GMImage.NewFromContainer | Loads a picture from the given container. |
| GMImage.NewFromFile | Loads a picture file. |
| GMImage.Normalize | Normalize image (increase contrast by normalizing the pixel values to span the full range of color values) |
| GMImage.NormalizedMaxError | The normalized max error per pixel computed when an image is color reduced. |
| GMImage.NormalizedMeanError | The normalized mean error per pixel computed when an image is color reduced. |
| GMImage.OilPaint | Oilpaint image (image looks like oil painting) |
| GMImage.Opacity | Set or attenuate the opacity channel in the image. |
| GMImage.Opaque | Change color of opaque pixel to specified pen color. |
| GMImage.Quantize | Quantize image (reduce number of colors). |
| GMImage.Raise | Raise image (lighten or darken the edges of an image to give a 3-D raised or lowered effect) |
| GMImage.RandomThreshold | Random threshold image. |
| GMImage.RandomThresholdChannel | Random threshold image. |
| GMImage.ReduceNoise | Reduce noise in image using a noise peak elimination filter. |
| GMImage.Roll | Roll image (rolls image vertically and horizontally) by specified number of columnms and rows) |
| GMImage.Rollxy | Roll image (rolls image vertically and horizontally) by specified number of columnms and rows) |
| GMImage.Rotate | Rotate image counter-clockwise by specified number of degrees. |
| GMImage.Rows | Returns the image height. |
| GMImage.Sample | Resize image by using pixel sampling algorithm. |
| GMImage.Scale | Resize image by using simple ratio algorithm. |
| GMImage.Segment | Segments the image. |
| GMImage.SetAdjoin | Set adjoin value. Join images into a single multi-image file |
| GMImage.SetAnimationDelay | Sets the animation delay. |
| GMImage.SetAnimationIterations | Sets the Number of iterations to loop an animation (e.g. Netscape loop extension) for. |
| GMImage.SetAntiAlias | Sets whether to Anti-alias Postscript and TrueType fonts (default true) |
| GMImage.SetAttribute | Set a named attribute. |
| GMImage.SetBackgroundColor | Sets the Image background color. |
| GMImage.SetBackgroundTexture | Sets the Name of texture image to tile onto the image background |
| GMImage.SetBorderColor | Sets the Image border color. |
| GMImage.SetBoxColor | Text bounding-box base color (default none). |
| GMImage.SetchannelDepth | Set modulus channel depth |
| GMImage.SetClassType | Sets the Image class (DirectClass=1 or PseudoClass=2) |
| GMImage.SetColorFuzz | Sets the color fuzz. Colors within this distance are considered equal |
| GMImage.SetcolorMap | Sets an entry in the color map. |
| GMImage.SetColorMapSize | Sets the Colormap size (number of colormap entries) |
| GMImage.SetColorSpace | Sets the Image Color Space. |
| GMImage.SetComment | Sets the image comment. |
| GMImage.SetCompose | Sets the Composition operator to be used when composition is implicitly used (such as for image flattening). |
| GMImage.SetCompressType | Sets the compression type. |
| GMImage.SetDebug | Enables printing of debug messages from ImageMagick |
| GMImage.SetDefineSet | Sets a define value. |
| GMImage.SetDefineValue | Sets a value. |
| GMImage.SetDensity | Sets the Vertical and horizontal resolution in pixels of the image |
| GMImage.SetDepth | Sets the Image depth (bits allocated to red/green/blue components) |
| GMImage.SetEndian | Sets the Endianness (little like Intel or big like SPARC) for image formats which support endian-specific options. |
| GMImage.SetFileName | Sets the Image file name. |
| GMImage.SetFillColor | Sets the Color to use when filling drawn objects. |
| GMImage.SetFillRule | Sets the rule to use when filling drawn objects |
| GMImage.SetFilterType | Sets the Filter to use when resizing image |
| GMImage.SetFont | Sets the Text rendering font. |
| GMImage.SetFontPointsize | Sets the font point size. |
| GMImage.SetGifDisposeMethod | Sets the GIF disposal method. |
| GMImage.SeticcColorProfile | Sets the ICC color profile. |
| GMImage.SetInterlaceType | Sets the interlace type. |
| GMImage.SetiptcProfile | Sets the IPTC profile. |
| GMImage.SetIsValid | Sets whether the object contain a valid image. |
| GMImage.SetLabel | Sets the image label. |
| GMImage.SetLineWidth | Sets the Stroke width for drawing vector objects (default one) |
| GMImage.SetMagick | Sets the File type magick identifier (.e.g "GIF") |
| GMImage.SetMatte | Sets whether image supports transparency (matte channel) |
| GMImage.SetMatteColor | Sets the Transparent color. |
| GMImage.SetModulusDepth | Sets the Image modulus depth. |
| GMImage.SetMonochrome | If set, transform image to black and white. |
| GMImage.SetOrientation | Sets the image orientation. |
| GMImage.SetPage | Sets the Preferred size and location of an image canvas. |
| GMImage.SetpixelColor | set pixel color at location x & y. |
| GMImage.Setprofile | Add or remove a named profile to/from the image. |
| GMImage.SetQuality | Sets the JPEG/MIFF/PNG compression level (default 75). |
| GMImage.SetQuantizeColors | Sets the Maximum number of colors to quantize to |
| GMImage.SetQuantizeColorSpace | Sets the Colorspace to quantize in. |
| GMImage.SetQuantizeDither | Sets whether to dither image during quantization (default true). |
| GMImage.SetQuantizeTreeDepth | Sets the Quantization tree-depth. |
| GMImage.SetRenderingIntent | Sets the type of rendering intent |
| GMImage.SetResolutionUnits | Sets which units are used for image resolution. |
| GMImage.SetScene | Sets the image scene number |
| GMImage.SetSize | Sets the Width and height of a raw image |
| GMImage.SetStrokeAntiAlias | Enables/disables stroke anti-aliasing. |
| GMImage.SetStrokeColor | Sets the Color to use when drawing object outlines. |
| GMImage.SetStrokeDashOffset | Sets the stroke dash offset. |
| GMImage.SetStrokeLineCap | Specify the shape to be used at the end of open subpaths when they are stroked. |
| GMImage.SetStrokeLineJoin | Specify the shape to be used at the corners of paths (or other vector shapes) when they are stroked. |
| GMImage.SetStrokeMiterLimit | Sets the miter limit. |
| GMImage.SetStrokeWidth | Sets the Stroke width for drawing vector objects (default one) |
| GMImage.SetSubImage | Selects which image of an image sequence is currently used. |
| GMImage.SetSubRange | Sets the Number of images relative to the base image |
| GMImage.SetTextEncoding | Sets the Annotation text encoding (e.g. "UTF-16") |
| GMImage.SetTileName | Sets the Tile name. |
| GMImage.SetType | Sets the Image representation type. |
| GMImage.SetVerbose | Sets whether to print detailed information about the image. |
| GMImage.SetView | Sets the FlashPix viewing parameters. |
| GMImage.Shade | Shade image using distant light source. |
| GMImage.Sharpen | Sharpen pixels in image. |
| GMImage.SharpenChannel | Sharpen pixels in image |
| GMImage.Shave | Shave pixels from image edges. |
| GMImage.Shear | Shear image (create parallelogram by sliding image by X or Y axis). |
| GMImage.Signature | Image signature. Set force to 1 in order to re-calculate the signature regardless of whether the image data has been modified. |
| GMImage.Solarize | Solarize image (similar to effect seen when exposing a photographic film to light during the development process). |
| GMImage.Spread | Spread pixels randomly within image by specified ammount. |
| GMImage.Stegano | Add a digital watermark to the image (based on second image) |
| GMImage.Stereo | Create an image which appears in stereo when viewed with red-blue glasses (Red image on left, blue on right) |
| GMImage.StrokePattern | Sets the pattern image to use while stroking object outlines. |
| GMImage.Swirl | Swirl image (image pixels are rotated by degrees). |
| GMImage.Texture | Channel a texture on image background. |
| GMImage.Threshold | Threshold image channels (below threshold becomes black, above threshold becomes white). |
| GMImage.TotalColors | Number of colors in the image |
| GMImage.Transform | Transform image based on image and crop geometries. |
| GMImage.TransformOrigin | Origin of coordinate system to use when annotating with text or drawing. |
| GMImage.TransformReset | Reset transformation parameters to default. |
| GMImage.TransformRotation | Rotation to use when annotating with text or drawing. |
| GMImage.TransformScale | Scale to use when annotating with text or drawing. |
| GMImage.TransformSkewX | Skew to use in X axis when annotating with text or drawing. |
| GMImage.TransformSkewY | Skew to use in Y axis when annotating with text or drawing. |
| GMImage.Transparent | Add matte image to image, setting pixels matching color to transparent |
| GMImage.Trim | Trim edges that are the background color from the image. Please use GMImage.SetBackgroundColor to set the background color. |
| GMImage.Unsharpmask | Replace image with a sharpened version of the original image using the unsharp mask algorithm. |
| GMImage.UnsharpmaskChannel | Replace image with a sharpened version of the original image using the unsharp mask algorithm. |
| GMImage.Wave | Map image pixels to a sine wave: |
| GMImage.WriteToBMPContainer | Writes the picture in BMP format to a container object which you can store in a container field. |
| GMImage.WriteToFile | Write single image frame to a file. |
| GMImage.WriteToGIFContainer | Writes the picture in GIF format to a container object which you can store in a container field. |
| GMImage.WriteToJPEGContainer | Writes the picture in JPEG format to a container object which you can store in a container field. |
| GMImage.WriteToPNGContainer | Writes the picture in PNG format to a container object which you can store in a container field. |
| GMImage.XResolution | Returns the x resolution of the image. |
| GMImage.YResolution | Returns the y resolution of the image. |
| GMImage.Zoom | Zoom image to specified size. |
| IKSlideShow.GetStartIndex | Queries the start index for the slide show. |
| IKSlideShow.SetStartIndex | Sets the start index for the slide show. |
| Log | Writes the given values to the debug console. |
| Math.DecToHex | Converts a number to a hexadecimal number. |
| Math.HexToDec | Converts a hexadecimal number to a normal decimal number. |
| Math.InsidePolygon | Checks if one point is inside a polygon. |
| Msgbox | A simple method to show a dialog box with one text. |
| Path.FilemakerPathToNativePath | Converts a Filemaker path useful for "filemac:" and "filewin:" path specification to a native path. |
| Path.NativePathToFilemakerPath | Converts a native path to a Filemaker path useful for "filemac:" and "filewin:" path specification. |
| CompileDate | Returns the date the plug-in was compiled. |
| CompileTime | The time of day that the plug-in was compiled. |
| Functions | The list of all plugin functions in this plugin. |
| Functions | Returns a list of all the functions in the plugin. |
| Register | This function is used to register the Plugin. |
| Registration | Returns a list of the currently registered components. |
| Seats | Queries the internal seats value. |
| Unregister | Unregisters the plugin license. |
| Version | Useful for doing auto-updates from server and version checking. |
| ProgressDialog.ClearImage | Clears image for the progress dialog. |
| ProgressDialog.GetBottomText | Queries the current text below the progress bar in the progress dialog. |
| ProgressDialog.GetButtonCaption | Queries the current text from the button in the progress dialog. |
| ProgressDialog.GetCancel | Queries the cancel state. |
| ProgressDialog.GetProgress | Queries current progress value. |
| ProgressDialog.GetShowButton | Queries current state of whether to show the cancel button or not. |
| ProgressDialog.GetTitle | Queries the current progress dialog title. |
| ProgressDialog.GetTopText | Queries the current text above the progress bar in the progress dialog. |
| ProgressDialog.Hide | Hides the progress dialog. |
| ProgressDialog.SetBottomText | Sets the bottom text in the progress dialog. |
| ProgressDialog.SetButtonCaption | Sets the cancel button text. |
| ProgressDialog.SetCancel | Sets the cancel state. |
| ProgressDialog.SetImage | Sets the image. Please use container value as parameter. |
| ProgressDialog.SetPosition | Set position of the dialog absolute. |
| ProgressDialog.SetPositionCentered | Set position of the dialog centered. |
| ProgressDialog.SetProgress | Sets the current progress value. |
| ProgressDialog.SetShowButton | Sets whether to show the cancel button or not. |
| ProgressDialog.SetTitle | Sets the progress dialog title. |
| ProgressDialog.SetTopText | Sets the top text in the progress dialog. |
| ProgressDialog.Show | Shows the progress dialog. |
| SendCommand | Connects to a TCP Socket on some computer in the network and sends a data packet with the given parameters. |
| Screen.Count | Queries the number of screens. |
| Screen.Height | Queries screen height. |
| Screen.Left | Queries screen position. |
| Screen.Top | Queries screen position. |
| Screen.Width | Queries screen width. |
| Screenshot | Takes a screenshot of the screen indicated by the "ScreenID" parameter. |
| ScreenshotRect | This function will take snapshot of the area of the screen described by the first four Parameters. |
| ShowURL | Shows an URL. |
| String.DecodeFromHex | Decode a hex string. |
| String.DecodeFromHTML | Decodes html text. |
| String.EncodeToHex | Encode a hex string. |
| String.EncodeToHTML | Encodes text as html. |
| String.ReadTextFile | Reads a text file. |
| String.RemoveAccents | Returns text without accents. |
| String.RemoveAccentsCaseInsensitive | Returns text without accents. |
| String.RemoveNewLine | Removes newline characters from string. |
| String.ReplaceNewline | Replaces newline characters. |
| String.SoundEx | Returns soundex string for the given text. |
| String.WriteTextFile | Writes a text file with the given text. |
| TextToRTF | Creates RTF text for a given filemaker formatted styled text. |
| SystemInfo.AvailableRAM | Returns the size of the free RAM in bytes. |
| SystemInfo.ComputerName | Returns the computer name. |
| SystemInfo.OSName | Returns the name of the operating system. |
| SystemInfo.OSVersionString | Returns the Name of the operating system with version. |
| SystemInfo.PhysicalRAM | Returns the size of the physical RAM in bytes. |
| SystemInfo.SystemFont | Returns the system font. |
| SystemInfo.UserName | Returns the user name. |
| SystemInfo.UserShortName | Returns the user's short name. eg 'admin' |
| GetSystemUIModeOptions | Queries the current system UI mode options. See the SetSystemUIMode function for details on the possible values. |
| Trace | Starts logging all plugin calls to a text file. |
| USB.Count | Queries all USB Devices and returns the number of found devices. |
| USB.FindDevice | Finds USB devices. |
| USB.FindSerialNumber | Searches the USB device list for a device with the given serial number. |
| USB.GetProductID | Queries the product ID of an USB device. |
| USB.GetProductName | Queries the product name of an USB device. |
| USB.GetSerialNumber | Queries the serial number of an USB device. |
| USB.GetVendorID | Queries the vendor ID of an USB device. |
| USB.GetVendorName | Queries the vendor name of an USB device. |
| UUID.Formatted | Creates a new UUID/GUID and returns it as a formatted string. |
| UUID.Hex | Creates a new UUID/GUID and returns it as a hex string. |
| UUID.Raw | Creates a new UUID/GUID and returns it as a 16 byte string. The string is not for displaying to users, but for small footprint on storage. |
| VersionAutoUpdate | Returns the version in the auto update format. e.g. 02040028 |
| WebView.ClickInput | Clicks the specified Input Element. |
| WebView.FindByName | Returns a unique ID that references a the web viewer. |
| WebView.FindWindowByIndex | Returns the Window Reference for a window specified by the Index parameter. |
| WebView.FindWindowByTitle | Returns the Window Reference for a window specified by the Index parameter. |
| WebView.SetFormTextAreaValue | Resets the Specified Form. |
| WebView.FormSubmit | Submits the specified Form |
| WebView.GetForm | Returns the name of the form with the given index. |
| WebView.GetFormButtonValue | Gets the value of the specified Button. |
| WebView.GetFormCount | Returns the number of forms on the website which is currently visible in the webviewer. |
| WebView.GetFormInputChecked | Returns the value of the specified check box or radiobutton. |
| WebView.GetFormInputValue | Returns the value of the specified Input Form. |
| WebView.GetFormSelectValue | Gets the value of a select element, such as a list or a combo box or a menu. |
| WebView.GetFormTextAreaValue | Returns the value of the specified text area. |
| WebView.GetFormValue | Returns the value from the Specified Field. |
| WebView.GetImage | Returns a property of the image with the given index. |
| WebView.GetImageCount | Returns the number of images on the current webpage. |
| WebView.GetLink | Returns a property of the link with the given index. |
| WebView.GetLinkCount | Returns the number of links on the current webpage. |
| WebView.GetSource | Queries the html source from the webviewer. |
| WebView.GetTitle | Returns the current title of the web page that is being displayed by the specified WebViewer |
| WebView.GetURL | Queries the current document URL in the webviewer. |
| WebView.InstallCallback | This function needs to be called one time to enable JavaScript to reach out out from the web viewer to run a FileMaker Script. |
| WebView.IsLoading | This function returns True if the Specified web viewer is still loading. |
| WebView.LoadJavascriptURL | Loads the given javscript URL into the webviewer. |
| WebView.LoadURL | Loads the given URL into the webviewer. |
| WebView.Print | Prints the current webview content. |
| WebView.Release | Releases a web viewer iD. |
| WebView.Reload | Reloads the WebViewer. |
| WebView.RunJavaScript | Executes the Javascript on the specified webViewer control. |
| WebView.RunJavaScriptReturnTitle | Run the specified JavaScript and then returns the value of the title property to FileMaker. |
| WebView.SearchText | Searches text in a webviewer. |
| WebView.SetFormButtonValue | Sets the value of a Button on the specified form |
| WebView.SetFormInputChecked | Sets the value of the specified Check Box or Radiobutton. |
| WebView.SetFormInputValue | Sets the value of the specified input element |
| WebView.SetFormSelectValue | Sets the value of a select element, such as a list or a combo box or a menu. |
| WebView.SetFormTextAreaValue | Sets the value of a Text Area Element. |
| WebView.SetFormValue | Set the value of the specified Field in a webviewer. |
| WebView.SetTitle | Sets the title of the web page that is currently being displayed in the web Viewer. |
| WebView.GoBack | Moves backward a page in the history. |
| WebView.GoForward | Moves forward a page in the history. |
| Window.FindByIndex | Returns the Window Reference for a window specified by the Index parameter. |
| Window.FindByTitle | This function can be used to find the Reference to the window. |
| Window.GetTitle | Get's the title of the window designated by the WindowRef. |
| Window.HasCloseButton | You can control weather a Window has a close button or not. |
| Window.HasMiniaturizeButton | This function returns the current state of the window's Miniaturize button. |
| Window.HasZoomButton | You can control weather a Window has a Zoom button or not. |
| Window.Hide | Hides the window Specified by the Window Reference |
| Window.HideScrollbars | Hides the scrollbars in a Filemaker window. |
| Window.IsModified | Queries whether document has been modified. |
| Window.IsVisible | Queries whether a window is visible. |
| Window.Move | Moves the window animated. |
| Window.Resizable | Queries whether window is resizable. |
| Window.Resize | Resizes the window animated. |
| Window.SetAlpha | Set Alpha can be used to set the transparency of a window. |
| Window.SetBounds | Sets the bounds of the window. |
| Window.SetCloseButton | Switches the close button on the window on or off. |
| Window.SetMiniaturizeButton | This function enables or disables the the Miniaturize Button on a window. |
| Window.SetResizable | Sets whether window is resizable. |
| Window.SetTitle | Set the title of the window designated by the WindowRef. |
| Window.SetZoomButton | This function enables or disables the the Zoom Button on a window. |
| Window.Show | Shows the window Specified by the Window Reference. |
| Window.ShowScrollbars | Shows the scrollbars in a Filemaker window. |
Feedback: Report problem or ask question.
Loading
Links
MBS REALbasic Plugins - Pfarrgemeinde Ministranten Nickenich