BBjAPI::filesave

Description

In BBj 25.03 and higher, this method returns a BBjFileSave object, equivalent to the FILESAVE() Function - Create File Save Dialog.

Syntax

Return Value Method
BBjFileSave filesave()

Parameters

None.

Return Value

Returns a BBjFileSave object, equivalent to the FILESAVE() Function - Create File Save Dialog.

Example

print bbjapi().filesave().show()

See Also

BBjAPI

BBjFileSave

FILESAVE() Function - Create File Save Dialog

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