GetWindowTitle
Find the syntax, use, parameters, return values, and an example for the GetWindowTitle macro command in Connexion client.
Syntax | BOOL = CS.GetWindowTitle (nWindowId, sTitle) |
---|---|
Use to | Return the specified window title. |
Parameters |
|
Comments | If you use -1 as the window identification, the macro returns the title of the current window. |
Return values | TRUE if the title is retrieved, or FALSE if not. |
Example | Sub Main()
Dim CS As Object MsgBox sTitle |
What this example does |
|