Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

sort-reverse

Arguments: grid-widget

When object is a list-view, returns or sets with setf the value of the sort-reverse property of the argument. This property is a boolean (only meaningful values are nil and true) which specifies the sort order of the control. The sorting will reverse if the value of this variable is switched.

When object is a grid-widget, returns (or sets with setf) whether it will be sorted in the reverse order of the order specified by its current sort-column's on-sort-predicate whenever sort-grid is called on it.

sort-reverse is a property of the grid-widget and list-view classes.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version