Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

画面の指定行および列にあるカーソルの位置。 

[ Image Removed |../../index.htm#lansa/lansa050_1630.htm]
現在地: RAMP-TSガイド > VLF-WIN 画面ラッパー > メソッド > SetCursor メソッド

...

構文

Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)

#myscreen_wrapper.SetCursor RowNum(iRowNum) ColNum(iColNum)
 

パラメータ

RowNum

整数 - 必須

カーソルを配置する位置の行番号を指定する整数。 

カーソルを配置する位置の行番号を指定する整数

ColNum

整数 - 任意

任意。カーソルを配置する位置の列番号を指定する整数。 

任意。カーソルを配置する位置の列番号を指定する整数

デフォルトは1です。 

...

戻り値

なし

...

Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.setcursor Rownum(10)

...