Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.51 KB

File metadata and controls

46 lines (35 loc) · 1.51 KB
title description ms.author ms.date ms.topic author ms.reviewer
Enum Data Type
Represents the text content of an element or attribute.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Enum Data Type

Version: Available or changed with runtime version 4.0.

Represents the text content of an element or attribute.

Static methods

The following methods are available on the Enum data type.

Method name Description
FromInteger(Integer) Returns an enum with the integer value
Names() Gets the value names
Ordinals() Gets the ordinal numbers/ID's for the values

Instance methods

The following methods are available on instances of the Enum data type.

Method name Description
AsInteger() Get the enum value as an integer value.
Names() Gets the value names
Ordinals() Gets the ordinal numbers/ID's for the values

Example

For more information, see Extensible Enums.

See Also

Get Started with AL
Developing Extensions