ファンクション・キーを押す操作をエミュレートします。
構文
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.SendKey Key(#myscreen_wrapper.<key property>)
パラメータ
|
戻り値
なし
例:
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.Sendkey Key(#myscreen_wrapper.KeyPageDown) Payload(NEXT_PAGE)