09 2023 档案

摘要:Delphi:cxGrid的使用方法 1. 去掉cxgrid中抬头的box ,在tableview1的ptionsview的groupbybox=false;2. 在GRID footer 中加入sum(列), tableview1的optionsview的footer=ture然后在cxGRid1 阅读全文
posted @ 2023-09-23 11:49 lucken 阅读(1041) 评论(0) 推荐(0)
摘要:function MyCreateDir(const Path: String): Boolean; begin // 建目录 if DirectoryExists(Path) then Result := True else Result := ForceDirectories(Path); en 阅读全文
posted @ 2023-09-19 14:27 lucken 阅读(68) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-09-02 10:38 lucken 阅读(29) 评论(0) 推荐(0)