BBjFileOpen::title

Description

In BBj 25.03 and higher, this method sets the title of this BBjFileOpen dialog.

Syntax

Return Value Method
BBjFileOpen title(String title)

Parameters

Variable Description
title BBjFileOpen dialog title text.

Return Value

Returns this BBjFileOpen object, enabling methods to be chained.

Example

print bbjapi().fileopen().title("Open a text file").ext("txt").show()

See Also

BBjAPI

FILEOPEN() Function - Create File Open Dialog

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