Navigation: Ultimate Suite for PowerBuilder Help > Toolbar Strip > Functions >

of_displaytext

Send comments on this topic.

 

Description:

Displays text next to one or all toolbar buttons.

Syntax:

of_displaytext (boolean ab_display)
of_displaytext (string as_item, boolean ab_display)
of_displaytext (long al_item, boolean ab_display)

Argument

Description

as_item (optional)

The text of the button that you want to display text for.

al_item (optional)

The index of the button you want to display text for.

ab_display

Pass TRUE to display the text and FALSE to hide it.

Return Value:

Always returns 1.

Usage:


Copyright © 2021 Werysoft Inc.