BBjPrompt::title

Description

In BBj 25.03 and higher, this method sets the title text for this BBjPrompt dialog.

Syntax

Return Value Method
BBjPrompt title(String title)

Parameters

Variable Description
title BBjPrompt dialog title text.

Return Value

Returns this BBjPrompt object, enabling methods to be chained.

Example

print bbjapi().prompt("Message").title("Title").init("Default").show()

See Also

BBjAPI

PROMPT() Function - Prompt For String Value

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.