为指定索引的窗口检索窗口对象。
wnd = shell.windows.Item( Index );
wnd = shell.windows.Item( Index )
Index
用以 1 为基准的整数指定窗口的索引。
alert( "Name of the first window: " + shell.windows.Item(1).Caption );
alert "Name of the first window: " + shell.windows.Item(1).Caption
支持 EmEditor 7.00 或之后的版本。