<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_GetTitle |
Description
Returns the caption title of a window.
Syntax
s = Win_GetTitle(hWnd)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the window |
Remarks
Restrictions
See also
Examples