如何清除vfp列表框中选定(多选)的内容 用removeitem一次只能清除一个条目。 用clear又一次把所有的条目

如何清除vfp列表框中选定(多选)的内容

用removeitem一次只能清除一个条目。

用clear又一次把所有的条目都清除了。

怎么才能把选定(多选)条目清除呢

for i=this.listcount to 1 step -1
this.removeitem(i)
endfor
温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/aolonic.com/skin/templets/default/contents.html on line 45
相似回答
大家正在搜