diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index 482e03d5..df614eb8 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -425,7 +425,11 @@ end. ### 枚举itemindex说明 -`itemindex` +`itemindex` 是指枚举的序号,当为空时,`itemindex` 为 `-1`,不为空时,从 `1` 开始计数(切记!不是从 `0` 开始) + +如果枚举序号不同,哪怕枚举值一样也是无用的 + +例如:`cbxusr_444` 枚举控件有三个枚举分别是:`A`、 ## 枚举项联动