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

of_settiptext

Send comments on this topic.

 

Description:

Set a buttons tooltip text by index or button text.

Syntax:

of_settiptext (long al_item, string as_tiptext)

Argument

Description

al_item

The index of the button you want to set the tooltip text for. Use one of the following constants: FIRST_RECORD, PREV_RECORD, NEXT_RECORD, LAST_RECORD, INSERT_RECORD, DELETE_RECORD

as_tiptext

A string containing the tooltip text that will display in the button.

Return Value:

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

Usage:


Copyright © 2021 Werysoft Inc.