Signal event on exit: 0=No signal on exit; 1=Signal on exit; 2=Grid only, signal when
changing row or on exit (sets column value to 0 and row value to last row exited; 3=Grid
only, signal when changing row or on exit (sets column and row values to zero).
SignalOnly
Signal only-do not get focus: 0=Off; 1=On. This property can also be read, returning
1 or 0 to indicate if the control is to signal only and not get focus. Default: 0.
Skip over locked cells: 1=On; 0=Off. Default: 1.
SmallJump
Scroll bar small jump value.
Sort
Column sorting. For list view and GRID controls, this sets the column number to sort
by. (Locked rows are included in the sort.) Negative integers indicate descending
order. In tree views, sorting values indicate the following: 1=Automatically sort data
in ascending order; 0=Reset sort indicators; -1= cause current 'Item to be sorted; -2
cause the current 'Item and its descendants to be sorted. Default: 1.
Sort$
Sort by Column Name. This sets a column name (inside quotes) to sort by. A minus
sign indicates descending order; e.g., x'Sort$ = "- col_name". (Locked rows
are included in the sort.)
Sort With Case Sensitivity. 1=On; 0=Off. Default: 1.
Sort on Header Click. Controls how columns are sorted when the column header is
clicked. For grids, use the 'Column property to set the column number ('Column set
to 0 affects entire grid). Property values are: 0=Disable sorting when column header
clicked (default); 1=Enable sorting when column header clicked; -1=Use grid default
setting (for single column mode only).
For a Report-style list view control, property values enable/disable column sorting:
0=Disable sorting when column header clicked (default); 1=Enable sorting when
column header clicked. If the list view was created with sorting disabled (OPT="q"),
then the default is 0; otherwise, the default is 1.