feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -6,13 +6,13 @@
在内存中读取、修改和保存 INI 配置的内置对象
<!-- tags: Object 读取 获取 文件 目录 路径 file 数据库 SQL database 对象 实例 -->
<!-- tags: Object 读取 获取 文件 目录 路径 file 数据库 SQL database 对象 实例 创建 生成 构造函数 实例化 new -->
### `create()`
声明:function
创建 TMemIniFile 实例
无参数构造函数。创建内存中的 INI 配置实例
<!-- tags: Object 创建 生成 文件 目录 路径 file 数据库 SQL database 对象 实例 -->
@@ -57,8 +57,8 @@ return getObj.GetText();
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| --------- | ----------- | ------------------------------------------ |
| `strings` | TStringList | TStringList类型,用于存贮TMemIniFile的内容 |
返回:any
@@ -88,8 +88,8 @@ return getObj.GetText();
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| --------- | ----------- | ------------------------------------------ |
| `strings` | TStringList | TStringList类型,用于设置TMemIniFile的内容 |
返回:any