ToolDatabase

From SDK
Jump to navigation Jump to search
Back.jpg

The ToolDatabase object gives access to the single Tool database within the program. Currently this object can only be used to select an existing tool from the database.

Constructor

ToolDatabase

Returns A new object which gives access to the single Tool database for the program. 
e.g
local tooldb = ToolDatabase()

Methods

:SelectTool()

Displays the Tool Database dialog and allows the user to choose a tool which is returned from this method.

For Example:

 local tool_database = ToolDatabase() 
 local tool = tool_database:SelectTool()   	


GetTool(ToolDBId tooldb_id)

Return the tool from the database with the given Id.


Back.jpg

References

Please Note: The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version 10.0, published August 21, 2019. by Vectric Ltd. Most current document from Vertric can be downloaded at Vertric Developer Information