本文整理自网络,侵删。
stringgrid如何清空
var
i:integer;
begin
with StringGrid1 do for I := 0 to ColCount - 1 do Cols[I].Clear;
end;
相关阅读 >>
Delphi xe5 android 解决ide真机调试不起问题
Delphi xe7中的运行时设置android应用程序屏幕方向
Delphi xe intraweb 程序在iis下的发布详细教程
Delphi webbrowser通过遍历id查找元素是否存在
更多相关阅读请进入《Delphi》频道 >>