Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSSortDescriptorMBS class.

NSSortDescriptorMBS.ascending as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property iCloud MBS Main Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a Boolean value that indicates whether the receiver specifies sorting in ascending order.
Example
dim n as new NSSortDescriptorMBS("Hello", true)
MsgBox str(n.ascending)

(Read only property)

NSSortDescriptorMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property iCloud MBS Main Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal handle to the NSSortDescriptor object.

(Read and Write property)

NSSortDescriptorMBS.key as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property iCloud MBS Main Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the receiver's property key path.
Example
dim n as new NSSortDescriptorMBS("Hello", true)
MsgBox str(n.key)

This key path specifies the property that is compared during sorting.
(Read only property)

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


The biggest plugin in space...