Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ListDialog.GetSelectedTag
Queries the selected tag.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ListDialog | 4.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "ListDialog.GetSelectedTag" )
Parameters
none
Result
Returns text.
Description
Queries the selected tag.The tag allows you to store anything with the list like a record ID.
Text is empty if nothing is selected.
This can be a list if used with multiple selection.
See also
- List.HasValue
- ListDialog.GetCheckedTags
- ListDialog.GetSelectedTitle
- ListDialog.SetSelectedTag
- ListDialog.SetSelectedTitle
- ListDialog.ShowDialog
- SyntaxColoring.AddContextMenuCommand
Release notes
- Version 13.2
- Changed ListDialog.SetOtherButtonEvaluate to query selection, so you can query it using ListDialog.GetSelectedTag and ListDialog.GetSelectedTitle in your expression.
Example Databases
Blog Entries
This function is free to use.
Created 18th August 2014, last changed 18th August 2014
ListDialog.GetSelectButtonLabel - ListDialog.GetSelectedTitle