Top Method Summary
Options Name Purpose
LOGICAL Equals (Object) Compares this Enum member to another member of this Enum by Value
F INT64 GetValue () Returns the Value of the Enum Member
CHARACTER ToString () Returns a CHARACTER representation (human readable) of the Enum member

Top Property Summary
Options Name Purpose
CHARACTER Label
INTEGER Value


Method Detail
Top

LOGICAL Equals (Object)

Purpose: Compares this Enum member to another member of this Enum by Value
Notes: Returns FALSE when the passed in object reference is not of this
Enum type

Parameters:
poParam Progress.Lang.Object
The object to compare by value and type with the current enum member
Returns LOGICAL
Logical value indicating if the two compared enum members are euqally
Top

INT64 GetValue ()

Purpose: Returns the Value of the Enum Member
Notes: Introduced for compability with 11.6 native Enums

Returns INT64
The Enum Memeber value
Top

CHARACTER ToString ()

Purpose: Returns a CHARACTER representation (human readable) of the
Enum member
Notes:

Returns CHARACTER
The CHARACTER representation of the enum member, identically to the Label property


Property Detail
Top

CHARACTER Label


Returns CHARACTER
Top

INTEGER Value


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:13