Top
PowerCOBOL V11.0 Reference
FUJITSU Software

6.11 ColumnClick Event

Description:

Generated when the LVStyle property is "3 - Report", and the heading of a column in the ListView control is clicked.

Used in controls:

ListView

Used in objects:

None.

Parameters:

1. [VT_I4 - Index S9(9) COMP-5]

2. VT_I4 - ColumnIndex S9(9) COMP-5

Description of parameters:

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

  2. ColumnIndex: The index of the Column object that was clicked.