search_proc ( : : Keyword : ProcNames )

Names of all procedures assigned to one keyword.

The operator search_proc returns the names of all procedures whose online-texts include the keyword Keyword (see also proc_info). All available keywords are called by using the operator search_keyword(::'': <keywords>). The online-texts are taken from the files english.hlp, english.sta, english.key, english.num and HORUS.idx, which are searched by HORUS in the currently used directory or the directory 'help_dir' (see also get_system and get_system).


Parameters

Keyword (input_control)
string -> string
Keyword for which corresponding procedures are searched.
Default value: 'Bildobjekt'

ProcNames (output_control)
string-array -> string
Procedures whose slot 'keyword' contains the keyword.


Result

The operator search_proc returns the value TRUE if the parameters are correct and the helpfiles are available. Otherwise an exception is raised.


Possible Predecessors

search_keyword


See also

search_keyword, proc_info, param_info



Copyright © 1996-1997 MVTec Software GmbH