ProvideX V8.20 > Language Reference > 7. Control Object Properties
719
SepLoad$
CHART    DROP_BOX
GRID
LIST_BOX
LIST_VIEW    TREE_VIEW
VARDROP_BOX
VARLIST_BOX
Separator character for each row or data set.
SignalOnExit
DROP_BOX    GRID
LIST_BOX
LIST_VIEW
MULTI_LINE
TREE_VIEW    VARDROP_BOX
VARLIST_BOX
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
BUTTON
CHECK_BOX
RADIO_BUTTON
TRISTATE_BOX
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.
SkipLockedCells     GRID
Skip over locked cells: 1=On; 0=Off. Default: 1.
SmallJump
H_SCROLLBAR
V_SCROLLBAR
Scroll bar small jump value.
Sort
GRID
LIST_VIEW
TREE_VIEW
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$
GRID
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.)
SortCaseSensitive GRID
Sort With Case Sensitivity. 1=On; 0=Off. Default: 1.
SortOnHdrClick      GRID    LIST_VIEW
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.