diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index d134f49b..8dd87fa0 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -427,6 +427,8 @@ end. `itemindex` 是指枚举的序号,当为空时,`itemindex` 为 `-1`,不为空时,从 `1` 开始计数(切记!不是从 `0` 开始) +![](assets/Pasted%20image%2020250804150629.png) + 如果枚举序号不同,哪怕枚举值一样也是无用的 > 例如 diff --git a/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250804150557.png b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250804150557.png new file mode 100644 index 00000000..0527f42d Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250804150557.png differ diff --git a/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250804150629.png b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250804150629.png new file mode 100644 index 00000000..37756973 Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250804150629.png differ