CustomEnumItem
Summary
Properties
| Name : string |
| Value : Variant |
| Enum : CustomEnum |
Properties
Name
The name of the enum item.
CustomEnumItem.Name ( ) : string
Value
The value of the enum item.
CustomEnumItem.Value ( ) : Variant
Enum
The parent enum of this item.
CustomEnumItem.Enum ( ) : CustomEnum