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

of_settext

Send comments on this topic.

 

Description:

Set a buttons text by index or text.

Syntax:

of_settext (string as_item, string as_text)
of_settext (long al_index, string as_text)

Argument

Description

as_item

The text of the button you want to set text on.

al_index

The index of the button you want to set text on.

as_text

The new text that the button will be set to.

Return Value:

Returns 1 if successful or a 0 if the method was unable to set the text for the item.

Usage:


Copyright © 2021 Werysoft Inc.