From 0b0fe017fc0b532e0cc8c68329580f963081c4be Mon Sep 17 00:00:00 2001 From: LanHeron Date: Wed, 10 Sep 2025 22:43:42 +0800 Subject: [PATCH] vault backup: 2025-09-10 22:43:42 --- SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md | 6 ++++++ 1 file changed, 6 insertions(+) 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` 参数,所以这段脚本是只能绑定在控件上的,不能够绑定到 **事件脚本** 上