speedBar [ _app]
Determines whether to display the default toolbar
Property of
_app object
Description
The value of the _app object's speedBar property is determined at dBASE Plus startup by the setting stored in PLUS.ini, or an application's .ini file. You can view or change this setting through the Standard option in the PLUS.ini [Toolbars] section.
[Toolbars]
Standard=1 // for _app.speedBar = True
or
Standard=0 // for _app.speedBar = False
_app.speedBar defaults to "True".