Top
PowerCOBOL V11.0 Reference
FUJITSU Software

5.13 Clear Method

Description:

Deletes all objects or items from the control or object.

ListView

Deletes all ListItem objects.

TreeView

Deletes all items.

Node

Deletes all child Node objects.

Used in controls:

ListView

TreeView

Used in objects:

Node

Parameters:

None.

Return value:

None.

Example:

INVOKE CmListView1 "Clear"

Backward compatibility
method name:

None.