Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

GetEnumNameCount

Return number of names in an enumerated type.

Declaration

Source position: typinfo.pp line 882

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

GetEnumValue

  

Get ordinal value for enumerated type by name.

GetEnumName

  

Return name of enumeration constant.


Documentation generated on: Aug 28 2026 Report a problem on this page