hwISession GetApplicationTitle
Finds the application title.
Syntax
hwISession_handle GetApplicationTitle
Application
Tcl Query
Description
This command finds the application title. The application title begins with the filename of the session, followed by the name of the application and the version. An example would be: “MyFile – HyperGraph v14.0”
Example
hwi GetSessionHandle sess;
sess GetApplicationTitle;
Error
Returns success (the application title) or an error code.
Keywords
Tcl
Query