Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSMetadataQueryResultGroupMBS class.

NSMetadataQueryResultGroupMBS.attributeName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the attribute name for the receiver's result group.

NSMetadataQueryResultGroupMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

NSMetadataQueryResultGroupMBS.resultAtIndex(index as Integer) as NSMetadataItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the query result at a specific index.

index: The index of the desired result.

For performance reasons, you should use this method when retrieving a specific result, rather than they array returned by results.

NSMetadataQueryResultGroupMBS.resultCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the number of results returned by the receiver.

For performance reasons, you should use this method, rather than invoking count on results.

NSMetadataQueryResultGroupMBS.results as NSMetadataItemMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array containing the result objects for the receiver.

The results array is a proxy object that is primarily intended for use with Cocoa bindings. While it is possible to copy the proxy array to get a "snapshot" of the complete current query results, it is generally not recommended due to performance and memory issues. To access individual result array elements you should instead use the resultCount and resultAtIndex methods.

NSMetadataQueryResultGroupMBS.subgroups as NSMetadataQueryResultGroupMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array containing the subgroups of the receiver.

NSMetadataQueryResultGroupMBS.value as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the value of the attribute name for the receiver.

The items on this page are in the following plugins: MBS MacCloud Plugin.


The biggest plugin in space...