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

of_settext

Send comments on this topic.

 

Description:

Sets the DWNav button text.

Syntax:

of_settext (long al_item, string as_text)

Argument

Description

al_item

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

as_text

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

Return Value:

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

Usage:


Copyright © 2021 Werysoft Inc.