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,20 +6,20 @@
以系统注册表为存储后端的 INI 配置内置对象
<!-- tags: Object 文件 目录 路径 file 数据库 SQL database 对象 实例 INI -->
<!-- tags: Object 文件 目录 路径 file 数据库 SQL database 对象 实例 INI 创建 生成 构造函数 实例化 new -->
父类:`TIniFile`
### `create(regsitry_path)`
### `create(registry_path)`
声明:function
创建 TRegistryIniFile 实例
构造函数。打开指定注册表路径对应的注册表 INI 实例
<!-- tags: Object 创建 生成 文件 目录 路径 file 数据库 SQL database 对象 实例 -->
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `regsitry_path` | string | 注册表路径 |
| 参数 | 类型 | 说明 |
| --------------- | ------ | ---------- |
| `registry_path` | string | 注册表路径 |