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 NSPredicateMBS class.
NSPredicateMBS.predicateWithFormat(predicateFormat as string) as NSPredicateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS MacCloud Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
predicateFormat: The format string for the new predicate.
arguments: Optional, the arguments to substitute into predicateFormat. Values are substituted into predicateFormat in the order they appear in the array.
Returns a new predicate by substituting the values in arguments into predicateFormat, and parsing the result.
For details of the format of the format string and of limitations on variable substitution, see Predicate Format String Syntax:
http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Predicates/Articles/pSyntax.html#//apple_ref/doc/uid/TP40001795
Available in Mac OS X v10.4 and later.
See also:
NSPredicateMBS.predicateWithFormat(predicateFormat as string, arguments() as Variant) as NSPredicateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS MacCloud Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
predicateFormat: The format string for the new predicate.
arguments: Optional, the arguments to substitute into predicateFormat. Values are substituted into predicateFormat in the order they appear in the array.
Returns a new predicate by substituting the values in arguments into predicateFormat, and parsing the result.
For details of the format of the format string and of limitations on variable substitution, see Predicate Format String Syntax:
http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Predicates/Articles/pSyntax.html#//apple_ref/doc/uid/TP40001795
Available in Mac OS X v10.4 and later.
See also:
NSPredicateMBS.predicateWithValue(value as boolean) as NSPredicateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | iCloud | MBS MacCloud Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The items on this page are in the following plugins: MBS MacCloud Plugin.