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

of_removeitem

Send comments on this topic.

 

Description:

Removes a button from the button lisbar control.

Syntax:

of_removeitem (long al_index)
of_removeitem (string as_text)

Argument

Description

as_text

The text of the button you want to remove.

al_index

The index of the button you want to remove.

Return Value:

Returns 1 if successful or a 0 if the method was unable to remove the item.

Usage:


Copyright © 2021 Werysoft Inc.