Navigation: Ultimate Suite for PowerBuilder Help > PowerDock > Functions >

of_setdocumenttiptext

Send comments on this topic.

 

Description:

Set a documents tooltip text by object or window reference.

Syntax:

of_setdocumenttiptext (userobject auo_object, string as_text)
of_setdocumenttiptext (window aw_object, string as_text)

Argument

Description

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.