Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries item at index.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
IKSlideShow | 6.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Index | From 0 to IKSlideShow.Count-1. | 0 | |
Filename | For PDF or image files returned an optional file name. | "test.jpg" | Optional |
Type | For images the type you like to get. Can be JPEG, TIFF, PNG, GIF, BMP or PDF. |
"JPEG" | Optional |
Returns value or error.
Add an item and query it back:
Set Variable [$r; Value:MBS( "IKSlideShow.AddURL"; "http://www.mbsplugins.de/images/xdc2016.jpg" )]
Show Custom Dialog ["Count"; MBS( "IKSlideShow.Count" )]
Show Custom Dialog ["First item"; MBS( "IKSlideShow.ItemAtIndex"; 0 )]
This function checks for a license.
Created 3th August 2016, last changed 3th August 2016