HelpTools[Database]
GetTopics
get the list of topics for items stored in a help database
Calling Sequence
Description
Examples
Compatibility
GetTopics()
GetTopics( FilePath )
The GetTopics command returns the list of topic names for items stored in a given help database file.
with⁡HelpTools:with⁡Database:
If run with no arguments, a file browser Maplet assists in selecting a help database to open:
GetTopics⁡
If a file path is specified, the list of topics for items stored in the given file is returned:
GetTopics⁡FileTools:-JoinPath⁡lib,maple.help,base=mapledir
The HelpTools[Database][GetTopics] 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