Enum.Names() Method
Version: Available or changed with runtime version 4.0.
Gets the value names
Syntax
List of enum value names := Enum.Names()
Note
This method can be invoked using property access syntax.
Parameters
Enum
Type: Enum
An instance of the Enum data type.
Return Value
List of enum value names
Type: List of [Text]