diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index 13ad1f99..e73b0431 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -873,6 +873,12 @@ begin end. ``` +### 配合在页面显示时隐藏或显示 + +``` + +``` + ### 说明 因为使用了 `Sender` 参数,所以这段脚本是只能绑定在控件上的,不能够绑定到 **事件脚本** 上