ITEM (numeric)

This special property is used in conjunction with other properties to identify which item to affect. Typically, you set ITEM to the ID of the item to act on and then set another property to perform the action. Note that you must set ITEM before the other property to get the desired results. ITEM is the index for the tree view control (see the MODIFY and INQUIRE statements for a description of indexes).

Note: The Windows API does not guard against invalid settings of this property. As a result, setting this property to a value that does not correspond to a valid item ID can result in a general protection fault under Windows.