feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -343,11 +343,11 @@ Return StockPFAndRatioInfo3(20171231, 0);
范例01:调用函数
```tsl
{取得SH600005(武钢股份)在20110113与20110913区间分红详情;}
// 取得SH600005(武钢股份)在20110113与20110913区间分红详情;
SetSysParam(pn_stock(), 'SH600005');
BegT := inttodate(20110113);
EndT := inttodate(20110913);
return?StockPFInfo(BegT, EndT);
return StockPFInfo(BegT, EndT);
```
## `stockPFInfo2()`