Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSSortDescriptorMBS class.
NSSortDescriptorMBS.sortDescriptorWithKey(key as string, ascending as boolean) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering.
Available in Mac OS X 10.3 and newer.
NSSortDescriptorMBS.sortDescriptorWithKeyComparator(key as string, ascending as boolean, Comparator as NSComparatorDelegateMBS, tag as Variant = nil) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding (see Key-Value Coding Programming Guide).
ascending: true if the receiver specifies sorting in ascending order, otherwise false.
Comparator: the comparator to use with delegate declaration "NSComparatorDelegateMBS(obj1 as Variant, obj2 as Variant, tag as Variant) as Integer".
NSSortDescriptorMBS.sortDescriptorWithKeyWithCaseInsensitiveCompare(key as string, ascending as boolean) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering. With case insensitive string comparison.
Available in Mac OS X 10.3 and newer.
NSSortDescriptorMBS.sortDescriptorWithKeyWithCompare(key as string, ascending as boolean) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering. Uses selector "compare:".
Available in Mac OS X 10.3 and newer.
See also:
NSSortDescriptorMBS.sortDescriptorWithKeyWithCompare(key as string, ascending as boolean, Options as Integer) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering. Uses selector "compare:options:".
Please pass options for NSString comparison. e.g. NSNumericSearch
Available in Mac OS X 10.3 and newer.
See also:
NSSortDescriptorMBS.sortDescriptorWithKeyWithLocalizedCaseInsensitiveCompare(key as string, ascending as boolean) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering. With localized string comparison. With case insensitive string comparison.
Available in Mac OS X 10.3 and newer.
NSSortDescriptorMBS.sortDescriptorWithKeyWithLocalizedCompare(key as string, ascending as boolean) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering. With localized string comparison.
Available in Mac OS X 10.3 and newer.
NSSortDescriptorMBS.sortDescriptorWithKeyWithSelector(key as string, ascending as boolean, SelectorName as String) as NSSortDescriptorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS Main Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
key: The property key to use when performing a comparison. In the comparison, the property is accessed using key-value coding.
ascending: True if the receiver specifies sorting in ascending order, otherwise false.
Returns an NSSortDescriptorMBS object initialized with the specified key and ordering.
Please pass valid name of a selector for the objects. Wrong selector causes trouble, e.g. "localizedCompare:".
Available in Mac OS X 10.3 and newer.
The items on this page are in the following plugins: MBS Main Plugin.