enumAEnumConstInfo Enum |
Version 11 |
Integer constants specifying the type of Enum constant information to return using EnumConst procedure.
Name |
Value |
Description |
aEnumConstByValue |
0 |
lConstValueOrIndex should specify the value of the constant. |
aEnumConstByIndex |
1 |
lConstValueOrIndex should specify the index (0-based) of the constant within the enum. |
aEnumConstName |
2 |
Return the constant name (string). |
aEnumConstDescription |
4 |
Returns the constant description (string). |
aEnumConstValue |
8 |
Returns the constant value (long). |
aEnumConstByValue or aEnumConstByIndex can be ORed with one of aEnumConstName, aEnumConstDescription or aEnumConstValue.