getCursorCol()

public int getCursorCol()

このメソッドは、表示スペースのテキスト・カーソルの列の位置を戻します。

図 1. getCursorCol() の例
<input value="$HMLSessionUtil.getHost()$"
          row="$HMLPSUtil.getCursorRow()$"
          col="$HMLPSUtil.getCursorCol()$+2"
          movecursor="true" xlatehostkeys="true"
          encrypted="false" />