| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: list-view column-name &optional reverse-p
Sorts the rows (list-view-items) of list-view by
the values displayed in the column named
column-name. If reverse-p is
true, then the sort is done in reverse order. Note that while a
list-view
may
be sorted by setting its sort-column property, or the sort
order may be reversed by setting its sort-reverse property, only this
function allows both to be specified simultaneously. Sorting with two steps
(sorting the column and then reversing the sort) may cause a flash
on the screen.
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.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |