getTabCountgetTabCount(Ver2.14対応版)
目次Index−
スクリプトScript−
グローバルのメソッドGlobal method−
getTabCount
getTabCount( num? )
タブの数を取得します。(V1.03)
Gets the count of tabs. (V 1.03)
- パラメータ1(数値型、省略可能)
-
分割されている場合、どの分割かを指定します。左/上の分割を0として数えます。
-1を指定すると、現在フォーカスのある分割のタブの数を返します。
-2を指定すると、全ての分割を合計したタブの数を返します。
省略すると-2と同じです。
If split, specifies which split. Count left / top split from 0.
If you specify -1, it returns the count of tabs of the split currently in focus.
If you specify -2, it returns the count of tabs that totaled all splits.
If omitted, it is the same as -2.
- 返り値(数値型)
-
タブの数です。
Tab count.