| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Return number of names in an enumerated type
Source position: typinfo.pp line 426
| function GetEnumNameCount( | 
| enum1: PTypeInfo | 
| ):SizeInt; | 
GetEnumNameCount returns the number of values (names) in the enumerated type, described by enum1
No checking is done to see whether Enum1 is really type information of an enumerated type.
| 
 | Get ordinal value for enumerated type by name | |
| 
 | Return name of enumeration constant. |