Top
PowerCOBOL V11.0 Reference
FUJITSU Software

6.22 ItemClick Event

Description:

Generated when a ListItem object in the ListView control is clicked.

The event is generated before the Click event.

You can identify the clicked ListItem object by referring to the ListItem parameter.

Used in controls:

ListView

Used in objects:

None.

Parameters:

1. [VT_I4 - Index S9(9) COMP-5]
2. VT_DISPATCH - ListItem OBJECT REFERENCE POW-CLISTITEM

Description of parameters:

  1. Index: When the control is part of an array, Index contains the control's index in the array.

  2. ListItem: Pointer to the ListItem object that is being clicked.