@GetDBTitle
Syntax
@GetDBTitle(DBHANDLE1);
Description
Returns the database title and the database categories of the database with the DBHANDLE DBHANDLE1.
The return value is of type TEXTLIST where the first element contains the title and one additional element follows for each existing category.
If a category begins with #1, it is not a real category but a flag indicating that this database is a design template with the following name.
(Example:"#1DesignTemplatename").
If a category begins with #2, it is not a real category but a flag indicating that this database uses the design template with the following name.
(Example:"#2UseDesignTemplateWithname").
Example: @GetDBTitle(DBHANDLE1)
@GetDBTitle(DBHANDLE1)
The database is opened, its title and all categories are output, and then it is closed again.
Note : This text was machine-translated and may contain inaccuracies.
