hwISession GetApplicationTitle
Finds the application title.
Syntax
hwISession_handle GetApplicationTitle
Application
HyperWorks 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 – HyperWorks v14.0”
Example
hwi GetSessionHandle sess;
sess GetApplicationTitle;
Error
Returns success (the application title) or an error code.
Keywords
HyperWorks
Tcl
Query