Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WIA.GetCurrentItem
Queries name/ID of current item.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WIA | 8.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WIA.GetCurrentItem" )
Parameters
none
Result
Returns text or error.
Description
Queries name/ID of current item.All items where you can pass item, you can pass this ID or empty string to use current item.
Examples
Show current device and item:
Set Variable [ $device ; Value: MBS( "WIA.GetCurrentDevice" ) ]
Set Variable [ $item ; Value: MBS( "WIA.GetCurrentItem" ) ]
Show Custom Dialog [ "Current device:" ; $device & " " & $item ]
See also
Release notes
- Version 8.3
- Added WIA.GetCurrentItem and allow you to pass "" for item to use current one.
Blog Entries
This function is free to use.
Created 18th June 2018, last changed 18th December 2020