All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

sorted-object-sorted-by

Function
Summary

Returns the current sorting type and reverse flag of a sorted-object.

Package

capi

Signature

sorted-object-sorted-by pane => sort-type , reversed

Arguments

pane

An instance of sorted-object or a subclass.

Values

sort-type

A sort type.

reversed

A boolean.

Description

The function sorted-object-sorted-by returns the current sorting type sort-type and reverse flag reversed of pane .

sort-type is the type of one of the sorting descriptions of pane . reversed is true if the pane is sorted in reverse order and false if it is sorted in normal order.

See also

sorted-object
sorted-object-sort-by


CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex