Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Version: Available or changed with runtime version 4.0.
Gets the Enum value (or Option member) ordinal value from the Enum metadata for the field that is currently selected.
Syntax
The Enum value ordinal value := FieldRef.GetEnumValueOrdinal(Index: Integer)
Parameters
FieldRef
Type: FieldRef
An instance of the FieldRef data type.
Index
Type: Integer
The index in the list of Enum ordinal values to get the Enum value (or Option member) ordinal value for. The index is 1-based.
Return Value
The Enum value ordinal value
Type: Integer
The ordinal value.
Related information
FieldRef Data Type
Get Started with AL
Developing Extensions