GetEnumNames( ) method

Returns a comma-separated list of names of all the members of the enum type. The method returns an error if invoked on a type that is not an enumeration.

Return type: CHARACTER

Access: PUBLIC

Applies to: Progress.Lang.Class class

Syntax

GetEnumNames ( )

Notes