运行时创建对像时如何添加对像的事件过程?不要用BINDEVENT()
thisform.grid1.Column1.AddObject("tity", "ComboBox")thisform.grid1.Column1.CurrentControl = "tity"
thisform.grid1.Column1.tity.interactivechange= 这个不用BINDEVENT()的话,要如何写事件代码?
2019-07-02 21:30
2019-07-02 22:21
2019-07-03 04:57
2019-07-03 08:42