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

of_setdockitemtext

Send comments on this topic.

 

Description:

Sets a dock panel items text based on the object referenced passed in.

Syntax:

of_setdocumenttext (userobject auo_object, string as_text)

Argument

Description

auo_object

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

as_text

A string representing the new text for the document tab.

Return Value:

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

Usage:

The text set when calling this function will display in the dock panel header when the user object has focus.


Copyright © 2021 Werysoft Inc.