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

of_selectbutton

Send comments on this topic.

 

Description:

Select a button by index or text.

Syntax:

of_selectbutton (long al_index)
of_selectbutton (string as_text)

Argument

Description

as_text

The text of the button you want to select.

al_index

The index of the button you want to select.

Return Value:

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

Usage:


Copyright © 2021 Werysoft Inc.