Navigation: Ultimate Suite for PowerBuilder Help > Single Page Application Windows > Tabbed Caption > Functions >

of_gettext

Send comments on this topic.

 

Description:

Gets the tab text based on index or associated object.

Syntax:

of_gettext (long al_index)
of_gettext (userobject auo_object)
of_gettext (window aw_object)

Argument

Description

al_index

The index of the tab you want to get text for.

aw_object

A reference to the window control that you want to get text for.

auo_object

A reference to the userobject that you want to get text for.

Return Value:

Returns a string containing the text of the tab. Returns an empty string if an invalid tab reference was passed in.

Usage:


Copyright © 2021 Werysoft Inc.