@helplist HelpRec(syntax='@helplist', desc='\nDisplays all currently defined help topics.', initial=0) @addihelp HelpRec(syntax='@addihelp [= .]', desc='\nAdds a topic that will be listed on the initial topics list either as a\nplaceholder or from the specified object.propertyname.', initial=0) @delhelp HelpRec(syntax='@delhelp ', desc='\nDeletes a topic.', initial=0) @addhelp HelpRec(syntax='@addhelp [= .]', desc='\nAdds a topic either as a placeholder or from the specified\nobject.propertyname.', initial=0) @loadhelp HelpRec(syntax='@loadhelp', desc='\nReloads the help database.', initial=0) @savehelp HelpRec(syntax='@savehelp', desc='\nSaves the help database (database will automatically save after using\n@add[i]help and @delhelp).', initial=0)