TBMGR

From STX Wiki
< Programmer Guide‎ | Macro Library
Revision as of 10:08, 7 August 2019 by Jw (talk | contribs) (Jw moved page Programmer Guide/Macro Library/TBMgr to Programmer Guide/Macro Library/TBMGR: trying to be consistent with capitalisation!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

TBMGR : cobj

The TBMGR class is used to manage toolbox files.

TBMGR member functions

TBMGR static functions

call

Call a toolbox function.

Usage:

TBMGR call keyword ; function ; arguments

Parameters:
keyword
A valid context keyword.
function
The toolbox function to call.
arguments
The arguments to pass to the specified function.

load

Load a toolbox file into STx.

Usage:

TBMGR load path

path
The toolbox file.
Result:

nErrors ; nFunctions

The number of errors which occured whilst loading and the number of successfully loaded functions.

setupdialog

Call the setup dialog for the specified toolbox function.

Usage:

TBMGR setupdialog function

Parameters:
function
The toolbox function name.

show

Show all loaded toolbox functions.

Usage:

TBMGR show

Navigation menu

Personal tools