hdbGetTopViewName
hdbGetTopViewName(h_configId) =>t_topViewName/ nil
Description
Gets the name of the top view pointed to by h_hdbConfig.
Arguments
Value Returned
|
The top view name of the configuration specified by h_configId. |
|
|
Did not get the top view name of the configuration specified by h_configId. |
Example
topView = hdbGetTopViewName( config )
An example for the use of this function can be found at
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top