getWindowTextgetWindowText(Ver2.14対応版)
目次Index−
スクリプトScript−
グローバルのメソッドGlobal method−
getWindowText
getWindowText( numHwnd )
Win32APIのGetWindowTextと似ていますが、指定されたウィンドウハンドルのタイトルを文字列として返します。(V1.52)
Like GetWindowText of Win32API.
- パラメータ1(数値型)
-
ウィンドウハンドルを指定します。
Window handle.
- 返り値(文字列型)
-
ウィンドウのタイトル(キャプション)の文字列が返ります。
Caption text of window.