DevExpress4Delphi
v1.0.8
DevExpress4Delphi 是 DevExpress 组件的类帮助器。
[Optional]
为了方便我建议使用Boss (Delphi的依赖管理器)进行安装 boss install github.com/viniciussanchez/DevExpress4Delphi
将以下文件夹添加到您的项目中,位于“项目”>“选项”>“资源编译器”>“目录和条件”>“包含文件搜索路径”中
../DevExpress4Delphi/src
您需要使用DevExpress.Helper
uses DevExpress. Helper ;
您可以传递两个参数:
AOpenFileAfter
:导出后打开文件。默认为 True。AExpand
:展开记录。默认为 True。 begin
cxGrid1.ExportToExcel();
end ;
begin
cxGrid1.ExportToHTML();
end ;
begin
cxGrid1.ExportToXML();
end ;
begin
cxGrid1.ExportToTXT();
end ;
您可以传递参数:
AMaxWidth
:指最大列宽。 begin
cxGrid1DBTableViewNAME.Resize();
end ;
导出到Excel:
调整列的大小,使网格上没有空白: