BBjAppConfig::clearDevelopmentMode
Description
In BBj 16.0 and higher, this method clears any application-specific development mode setting and uses the server's default setting.
Syntax
Return Value |
Method |
---|---|
void |
clearDevelopmentMode() |
Parameters
None.
Return Values
None.
Remarks
BUI normally suppresses the default browser handling for function keys F1..F12. When development mode is set, BUI allows the normal browser handling for those keys to take effect.
Example
|
See Also
BBjAppConfig::getDevelopmentMode()
BBjAppConfig::setDevelopmentMode()
BBjAppServer::getDevelopmentMode()
BBjAppServer::setDevelopmentMode()
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.