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,7 +6,7 @@
使用哈希索引加速查找的字符串列表内置对象
<!-- tags: Object 哈希索引 哈希表 hash 查找 搜索 lookup 数组 列表 array list 字符串 -->
<!-- tags: Object 哈希索引 哈希表 hash 查找 搜索 lookup 数组 列表 array list 字符串 创建 生成 构造函数 实例化 new -->
父类:`TStringList`
@@ -14,7 +14,7 @@
声明:function
创建 THashedStringList 实例
无参数构造函数。创建带哈希索引的字符串列表实例
<!-- tags: Object 创建 生成 数组 列表 array list 字符串 文本 string text 对象 -->