From b5f6449203be91037a3cf08aee25ec57661068dd Mon Sep 17 00:00:00 2001 From: LanHeron Date: Mon, 8 Sep 2025 10:50:14 +0800 Subject: [PATCH] vault backup: 2025-09-08 10:50:14 --- SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index 6126b086..24d9be44 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -860,6 +860,7 @@ var //声明单选框组控件变量   trg: TcxRadioGroup; begin +//将 Sender 转换为 TcxRadioGroup 类型   trg := TcxRadioGroup(Sender);   if trg.itemindex = 0 then   begin