From 9a71fade677a8cfcba5e97f9f60021b8ee6789f6 Mon Sep 17 00:00:00 2001 From: LanHeron Date: Wed, 23 Jul 2025 12:52:24 +0800 Subject: [PATCH] vault backup: 2025-07-23 12:52:23 --- SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`、 ## 枚举项联动