From 5fd0c2d2066cd937c11de3fd2bf2b370a3ae1903 Mon Sep 17 00:00:00 2001 From: LanHeron Date: Mon, 8 Sep 2025 10:48:11 +0800 Subject: [PATCH] vault backup: 2025-09-08 10:48:11 --- 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 502a5a08..6126b086 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -857,6 +857,7 @@ end. uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs,CHostIntf,ProductClas,DocClas,LoginClas,VirtualTrees,CEntClas,PathClas,cxRadioGroup; var +//声明单选框组控件变量   trg: TcxRadioGroup; begin   trg := TcxRadioGroup(Sender);