GetEnumNameCount
Return number of names in an enumerated type
Declaration
Source position: typinfo.pp line 988
function GetEnumNameCount(enum1: PTypeInfo) : SizeInt;
Description
GetEnumNameCount returns the number of values (names) in the enumerated type, described by enum1
Errors
No checking is done to see whether Enum1 is really type information of an enumerated type.
See also
Name | Description |
---|---|
GetEnumName | Return name of enumeration constant. |
GetEnumValue | Get ordinal value for enumerated type by name |