Navigation: Ultimate Suite for PowerBuilder Help > XP ListBar > Functions >

of_cleargroup

Send comments on this topic.

 

Description:

Removes all the items from a specific group. The group is not removed from the control.

Syntax:

of_cleargroup (long al_group)
of_cleargroup (string as_group)

Argument

Description

al_group

The index of the group you want to clear.

as_group

The text label of the group you want to clear.

Return Value:

Returns 1 if successful or a 0 if the method was unable to clear the group.

Usage:


Copyright © 2021 Werysoft Inc.