Top
PowerCOBOL V11.0 Reference
FUJITSU Software

5.40 EnsureVisible Method

Description:

Ensures that the object is visible, scrolling the control list if necessary.

Used in controls:

None.

Used in objects:

ListItem

Node

Parameters:

None.

Return value:

None.

Example:

WORKING-STORAGE SECTION.
01 ListItem		PIC S9(9) COMP-5.
01 ReturnValue	PIC S9(9) COMP-5.
PROCEDURE DIVISION.
    MOVE 1 TO ListItem
    INVOKE "ListItems"(ListItem)
           OF CmListView1
          "EnsureVisible"

Backward compatibility
method name:

None.