| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.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-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |