ProvideX V8.20 > Language Reference > 7. Control Object Properties
720
SortStyle
GRID
Sort without Nulls. Determines if cells with null values are to included in the sort.
Sortstyle values indicate the following: 0=Null values are sorted; 1=Null values are
excluded and cells will remain at the bottom of the grid (Excel-like style).
StateBitmaps$
TREE_VIEW
List of images used to display states. Separated by vertical bars; e.g.,
"!Stop|!Print". A maximum of 15 images can be applied to this property. See
State Indicators, p.727.
SwapEnabled
GRID
Column swap enabled: 1=Yes, 0=No. Default: 0.
TabMode
GRID
Movement setting for Tab key: 0=Normal Processing (exits grid); 1=Move right
across a grid by column, exit on last column; 2=Move right across a grid by column,
wrap to first column; 3=Move down by row, hold on last row; 4=Move down by row,
return to column 1, hold on last row. Default: 0.
Tbl$
CHECK_BOX     DROP_BOX
LIST_BOX
LIST_VIEW
RADIO_BUTTON
TRISTATE_BOX
Translation table. Returns table of values representing selections. Single-character
values are returned by default; however, multi-character translations are supported
for DROP_BOX and LIST_BOX when length is set via the 'TblWidth property.
TblWidth
DROP_BOX    LIST_BOX
LIST_VIEW
Table width. Sets length of each of the items in the 'Tbl$ property. It can be set to any
positive value (default is 1). Setting to zero indicates that 'Tbl$ contains a delimited
string, with the last character of the string being the delimiter character.
Text$
BUTTON
CHECK_BOX
GRID
RADIO_BUTTON
TRISTATE_BOX
Text of item or label. In a grid, this property applies to "Button" cell types only.
TextColour$
BUTTON   CHART   CHECK_BOX   DROP_BOX   GRID   LIST_BOX   LIST_VIEW   MULTI_LINE
RADIO_BUTTON   TREE_VIEW   TRISTATE_BOX   VARDROP_BOX   VARLIST_BOX
Foreground text colour. Valid colour names are listed under Colour Properties,
p.723. Default: "DEFAULT".
TextColor$
Foreground text colour ­ US spelling. See above.
TickPerUnit
GRID
Display units in grid "ruler". Sets the number of ruler-style "ticks" between numbers
(units) displayed in the header cells (row and column) of the grid; e.g.,
'TickPerUnit=8 will display a number every 8 ticks on the ruler and causes median
points (at 'TickPerUnit/2) to appear slightly larger. Ruler numbers begin at zero and
count upwards by whole numbers, but will be reset to zero again if the header cell
contains a 'Value$ greater than null. Default: 0.