gpt4 book ai didi

Delphi 和枚举

转载 作者:行者123 更新时间:2023-12-03 14:42:17 25 4
gpt4 key购买 nike

Delphi 是否有 C 语言中枚举的类似形式?

最佳答案

是的,Delphi 有以下枚举类型结构:

type
TDigits = (dgOne, dgTwo, dgThree <etc>);

此外,就像在 C 中一样,枚举类型的每个符号都可以有指定值,如下所示:

type
TDigits = (dgOne = 1, dgTwo, dgThree <etc>);

关于Delphi 和枚举,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2379239/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com