isCOBOL Evolve
:
User Interface
:
Controls Reference
:
TREE-VIEW
:
Properties
: Item
Item
This property represents the item that the following properties refer to:
Bitmap-Number
,
Expand
,
Has-Children
,
Hidden-Data
,
Item-Text
and
Next-Item
.
The value -1 represents the column heading of a
Table-View
.
Example
- Modify a tree-view item to expand it using the item property
...
procedure
division
.
...
modify
screen-1-tv-1
item
1
expand
tvflag-expand
...
This site works best with JavaScript enabled