本文整理自网络,侵删。
stringgrid如何清空
var
i:integer;
begin
with StringGrid1 do for I := 0 to ColCount - 1 do Cols[I].Clear;
end;
相关阅读 >>
Delphi 如何把一个exe做为res加入到dll中,并在运行时生成exe文件执行
关于Delphi xe5 firemonkey 手机屏幕自适应程序问题
Delphi 网上获取北京时间idhttpserver and idhttp 使用 encoding utf8
Delphi xe10 fdmemtable 数据保存本地和从本地加载
更多相关阅读请进入《Delphi》频道 >>