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

IKSlideShow.ItemAtIndex

Queries item at index.

Component Version macOS Windows Linux Server iOS SDK
IKSlideShow 6.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "IKSlideShow.ItemAtIndex"; Index { ; Filename; Type } )   More

Parameters

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

Result

Returns value or error.

Description

Queries item at index.

Examples

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 )]

See also

Blog Entries

This function checks for a license.

Created 3th August 2016, last changed 3th August 2016


IKSlideShow.GetWrapAround - IKSlideShow.Run