📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index. Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 界面 / GUI功能函数
|
||||
|
||||
### `inputQuery(caption, hint, var_result)`
|
||||
## `inputQuery(caption, hint, var_result)`
|
||||
|
||||
与前端交互函数,输入字符串对话框。如果选择OK则返回真,否则返回假。
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `messageBox(text, caption, u_type)`
|
||||
## `messageBox(text, caption, u_type)`
|
||||
|
||||
与前端交互函数,显示消息对话框,返回用户选择的按钮ID号 此函数的功能显示消息对话框,比如在运行程序时如果触发了某个条件,就可以使用此函数弹出消息对话框进行提示,达到监控的状态。函数的第三个参数消息对话框的控制字,可以是单个控制字也可以是多个控制字的相加而成,实现多个控制字的相加的方法用位运算,用符号.∣。 天软有各类单一功能的控制字,可以相加变成多功能的消息对话框,将个类功能的控制字相加一起应用是一个完整的消息显示框。各类控制字如下表: 功能类别 范例控制字函数 类型控制字 mb_YesNo() 图标控制字 mb_IconWarning() 默认按钮控制字 mb_DefButton2() 模式控制字 mb_TaskModal() 其他控制字 mb_right() 返回字 idYes()
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
返回:int
|
||||
|
||||
### `showValue(title, value, editable)`
|
||||
## `showValue(title, value, editable)`
|
||||
|
||||
将数据以数据窗口方式显示出来。如果数据被修改了,则为真。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user