Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ListDialog.GetShowsFilter
Queries whether to show a filter.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ListDialog | 11.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "ListDialog.GetShowsFilter" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Queries whether to show a filter.Examples
Query filter:
Set Variable [ $shows ; Value: MBS( "ListDialog.GetShowsFilter" ) ]
Set Variable [ $filter ; Value: MBS( "ListDialog.GetFilter" ) ]
See also
Release notes
- Version 11.0
- Added filter for ListDialog and related functions: ListDialog.GetFilter, ListDialog.GetShowsFilter, ListDialog.SetFilter and ListDialog.SetShowsFilter.
Blog Entries
This function is free to use.
Created 21st November 2020, last changed 11st January 2021
ListDialog.GetShowCloseBox - ListDialog.GetUsesAlternatingRowBackgroundColors