HelpTools[Database]
RemoveFromDatabase
remove an item stored in a help database
Calling Sequence
Description
Examples
Compatibility
RemoveFromDatabase()
RemoveFromDatabase( topic, FilePath )
The RemoveFromDatabase command removes an item stored in a given help database file.
with⁡HelpTools:with⁡Database:
If run with no arguments, a Maplet assists in selecting a help database as well as selecting an item to remove:
RemoveFromDatabase⁡
If an item topic and file path is specified, then the item is removed from the database.
RemoveFromDatabase⁡TopicFolder/Topic,MyHelpDatabase.help
The HelpTools[Database][RemoveFromDatabase] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
DocumentTools:-RemoveTask
HelpTools:-Database:-Create
makehelp
Download Help Document