BBjConfig::makeEmptyAppConfig

Description

In BBj 12.0 and higher, this method returns a BBjAppConfig object, which can be used to build and publish a BUI BBjApplication.

Syntax

Return Value

Method

BBjAppConfig

makeEmptyAppConfig()

Parameters

None.

Return Value

Returns a BBjAppConfig object.

Remarks

This method is deprecated, and may be removed in a future version of BBj. Use BBjAppServer::makeEmptyAppConfig().

Example

config! = bbjapi().getConfig()
appConfig! = config!.makeEmptyAppConfig()

See Also

BBjAPI

BBjConfig

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