レイアウト項目により管理されるコントロールへの参照
TableLayoutItem アニメーション (PRIM_ANIM.TableLayoutItem) のメンバ
データ タイプ - PRIM_TBLO.Item - テーブル レイアウト項目
Reference to the control that will be manipulated by the animation item.
ボタンを左 300 の位置に移動し、左 0 の位置に戻す簡単なアニメーションです。
Define_Com Class(#PRIM_ANIM) Name(#Animation) Define_Com Class(#PRIM_ANIM.MoveTo) Name(#Step1) Left(300) Manage(#Button) Parent(#Animation) Duration(500) Define_Com Class(#PRIM_ANIM.MoveTo) Name(#Step2) Manage(#Button) Parent(#Animation) Starttime(500) Duration(500)
2018 - V14SP1