上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: TMS FlexCel 保存Excel 属性和方法 TExcelFile.AllowOverwritingFiles property AllowOverwritingFiles: Boolean 调用Save()是否会自动覆盖现有文件。 TExcelFile.Save procedure Save 阅读全文
posted @ 2022-07-11 15:05 txgh 阅读(554) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 预览Excel 属性和方法 TFlexCelImgExport 用于将Excel文件导出为图像的组件。它可以返回图像对象或特定文件格式的实际字节。 (如 gif、tiff 或 png) unit FlexCel.Render TFlexCelImgExport.Create 阅读全文
posted @ 2022-07-05 10:09 txgh 阅读(573) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel常用操作 属性和方法 TExcelFile.InsertAndCopyRange procedure InsertAndCopyRange(const sourceRange: TXlsCellRange; const destRow: Integer; const destC 阅读全文
posted @ 2022-06-27 16:53 txgh 阅读(1242) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel常用功能 属性和方法 TXlsFile.Create constructor Create; constructor Create(const aAllowOverwritingFiles: Boolean); constructor Create(const aFileNam 阅读全文
posted @ 2022-06-20 10:20 txgh 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 组件介绍 用于 VCL 和 FireMonkey 的原生 Excel 报告和文件生成和操作的强大、广泛和灵活的组件套件 功能概述 FlexCel for VCL / FireMonkey 是一套允许操作 Excel 文件的 Delphi 组件。 它包括一个广泛的 API,允许 阅读全文
posted @ 2022-06-13 16:35 txgh 阅读(1472) 评论(0) 推荐(0) 编辑
摘要: Excel控件介绍 TMS FlexCel 概述 用于 VCL 和 FireMonkey 的原生 Excel 报告和文件生成和操作的强大、广泛和灵活的组件套件。 特征 FlexCel for VCL / FireMonkey 是一套允许操作 Excel 文件的 Delphi 组件。 它包括一个广泛的 阅读全文
posted @ 2022-06-08 15:19 txgh 阅读(3112) 评论(0) 推荐(0) 编辑
摘要: XML 文档注释 概述 XML文档注释包括: 以三斜杠 (///) 引入。 使用 XML 标签结构化。 像常规代码块或区域一样折叠和展开(请参阅 使用代码折叠。) Delphi支持。 XML文档注释显示在 Help Insight 中(如果解析成功),并且在生成 XML 文档(作为 devnotes 阅读全文
posted @ 2022-05-28 10:14 txgh 阅读(218) 评论(0) 推荐(0) 编辑
摘要: IdHTTP请求抓包分析 Fiddler Fiddler 介绍 Fiddler 是位于客户端和服务器端的 HTTP 代理,也是目前最常用的 HTTP 抓包工具之一。 它可以记录客户端和服务器之间的所有 HTTP 请求,分析请求数据,是 web 调试和网络请求分析的利器。 Fiddler 的原理 Fi 阅读全文
posted @ 2022-05-20 14:46 txgh 阅读(398) 评论(0) 推荐(0) 编辑
摘要: GetIt 包管理器 GetIt Package Manager 是一个包管理器,允许您浏览、下载、购买和安装包到 RAD Studio。 包可能提供库、组件、IDE 扩展和 SDK。 XE8新增功能 GetIt 包管理器窗口 Tools > GetIt Package Manager GetIt 阅读全文
posted @ 2022-05-10 14:33 txgh 阅读(683) 评论(0) 推荐(0) 编辑
摘要: SynPDF 文档设置 属性和方法 TPdfDocument.CompressionMethod property CompressionMethod: TPdfCompressionMethod; 用于页面内容存储的压缩方法。 在创建类实例时默认值为 cmFlateDecode。 TPdfComp 阅读全文
posted @ 2022-04-29 14:56 txgh 阅读(616) 评论(2) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页