摘要:
unigui组件中client javascript delphi组件之间的操作:UniLabel组件:function OnClick(sender, e){ MainForm.UniLabel1.setText('Click!');}function Onmousemove(sender, x, y){ MainForm.UniLabel1.setPosition(x, y);}unibutton组件:function OnMouseout(sender, e){ sender.setText('Out');}uniedit组件function form.O 阅读全文
posted @ 2012-11-12 16:04
Greyed Wolf
阅读(455)
评论(0)
推荐(0)
2012年11月12日