请问 vfp 中 thisform.release 和 myform.release 又什么区别 PS :该表单名为myform

2024-12-21 11:28:47
推荐回答(1个)
回答1:

thisform.release 只能在本表单中调用
myform.release 除了在本表单中调用外,可以在表单外其他地方(例如程序或其他表单)中调用。