718
Number
Of Child Items. Used in conjunction
with 'SelectStateMask to return
the
number of child
items with
the desired
state. (Children
being entries
on the tree
that
SelectIndex
Index
to 'SelectItem. Set
this property
to point to a selected element;
e.g., 1 points to
the first
item selected,
2 points
to the second
item selected,
etc. See
Multiple
SelectItem
Item
number in list
selected. This returns
the sequential location within the list
of the item
being
pointed to by 'SelectIndex property.
It can also be used to select items; e.g., a
bj'selectitem=2 would
select a list item whose index is 2. To
deselect an item, use a
minus sign; e.g.,
bj'selectitem=-2. An obj'selectitem=0
selects all list
items if
multi-select
functionality (OPT='#') is being used.
SelectLength
Length
of selected item. This reports
the number
of characters currently highlighted.
This allows
for cut,
copy, and
paste within
a GUI input
region.
SelectOffset
Position
where highlight/cursor
begins. This indicates
where the
highlight begins
within the
data or,
if nothing is highlighted, the
current cursor
location.This allows for
cut, copy,
and paste
within a GUI
input region.
SelectRow
SelectText$
Text
contained within
the highlight. This allows
for cut,
copy, and
paste within
a GUI
SelectValue$
Sep$