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
@@ -0,0 +1,24 @@
# 第三方交互 / VBA
## `CoExec`
声明:class
VBA 通过 COM ProgID `TSExpert.CoExec` 创建天软自动化对象,并调用 TSL 函数
<!-- tags: 执行 组件对象模型 VBA COM 跨语言调用 -->
### `remoteCallFunc(function_name, args)`
声明:function
调用天软函数并返回结果
<!-- tags: 执行 远程调用 跨进程 -->
可见性:`public`
| 参数 | 类型 | 说明 |
| --------------- | ------- | ---------------------- |
| `function_name` | string | 要调用的天软函数名称 |
| `args` | variant | 传给目标函数的参数集合 |