Navigation: Ultimate Suite for PowerBuilder Help > Tab Control > Functions >

of_settiptext

Send comments on this topic.

 

Description:

Set a tabs tooltip text by index or object reference.

Syntax:

of_settiptext (long al_index, string as_text)
of_settiptext (userobject auo_object, string as_text)
of_settiptext (window aw_object, string as_text)

Argument

Description

al_index

The index of the tab you want to set tooltip text for.

aw_object

A reference to the window control for the tab you want to set tooltip text for.

auo_object

A reference to the userobject for the tab you want to set tooltip text for.

as_text

A string containing the text that will display in the tab.

Return Value:

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

Usage:


Copyright © 2021 Werysoft Inc.