ProvideX V8.20 > Language Reference > 7. Control Object Properties
712
IndexMode
CHART
Set Index Mode. This allows additional views of existing chart types to be opened; e.g., for a
2D column chart, setting IndexMode to 1 creates a clustered column chart. 1=Natural
number (1 .. n) indexing; 2=Integer (0 .. i) indexing; 3=Arbitrary x value indexing.
InsDelEnabled
GRID
Cell editing keys. 0=Off, 1=On. Default: 0. This enables use of
to begin cell
Insert
editing and Delete for clearing the contents of a cell.
Item
DROP_BOX     LIST_BOX
LIST_VIEW
TREE_VIEW
VARDROP_BOX
VARLIST_BOX
Index number of item in list.
ItemCount
DROP_BOX     LIST_BOX
LIST_VIEW
TREE_VIEW
VARDROP_BOX
VARLIST_BOX
Number of items in list. See Load on Demand, p.725.
ItemNeededCtl      LIST_BOX    LIST_VIEW
Signal/CTL event number to generate when items are requested from the list box.
This property must be set prior to pre-declaring the number of items the list box is to
have by setting the ItemCount property. See Load on Demand, p.725.
ItemNeededFrom LIST_BOX    LIST_VIEW
Index number of the items requested. The 'ItemNeededFrom and 'ItemNeededTo
properties are set once the user scrolls the list box to request more items to be loaded.
See Load on Demand, p.725.
ItemNeededTo
LIST_BOX
LIST_VIEW
Index number of the items requested. See Load on Demand, p.725.
ItemState
TREE_VIEW
Numeric value indicating the state of the item. 1-based, 0=No state indicator. There is a
maximum of 15 states. This property is used in conjunction with 'StateBitmaps$. See
State Indicators, p.727.
ItemTag$
TREE_VIEW
Maintain hidden tag string on item set by 'Item. This tag can hold internal
user-defined information about the item such a file key, etc.
ItemText$
DROP_BOX     LIST_BOX
LIST_VIEW
TREE_VIEW
VARDROP_BOX
VARLIST_BOX
Value of the current item set by 'Item.
JoinColumns
GRID
Merge two or more columns (left to right). Set this property in the column that starts
the join (leftmost) to the total number of joined columns - that number of columns
will be merged into one. For columns belonging to an existing join, this property
returns a negative integer indicating the column's current position within the join.