Platforms to show: All Mac Windows Linux Cross-Platform
NSSortDescriptorMBS.ascending as boolean
Function:
Returns a Boolean value that indicates whether the receiver specifies sorting in ascending order.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | iCloud | MBS Main Plugin | 11.3 | Yes | No | No | Yes, macOS only | No |
Example:
dim n as new NSSortDescriptorMBS("Hello", true)
MsgBox str(n.ascending)
NSSortDescriptorMBS.Handle as Integer
Function:
The internal handle to the NSSortDescriptor object.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | iCloud | MBS Main Plugin | 11.3 | Yes | No | No | Yes, macOS only | No |
Notes: (Read and Write property)
NSSortDescriptorMBS.key as string
Function:
Returns the receiver's property key path.
Example:
Notes:
This key path specifies the property that is compared during sorting.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | iCloud | MBS Main Plugin | 11.3 | Yes | No | No | Yes, macOS only | No |
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)
NSSortDescriptorMBS.selector as String
Function:
The selector used to sort.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | iCloud | MBS Main Plugin | 17.1 | Yes | No | No | Yes, macOS only | No |
Notes: (Read only property)
The items on this page are in the following plugins: MBS Main Plugin.
Links
MBS Xojo Chart Plugins