06-15-2020 02:24 PM
What does that little triangle in the upper left corner of an enum signify? Goes it mean that the enum is type cast like in a refnum?
06-15-2020 02:27 PM
Not "type cast".
It means it has a type definition.
06-15-2020 09:31 PM
@jimlandowski wrote:
What does that little triangle in the upper left corner of an enum signify?
It is linked to a Type Defined (Type Def) control file (.ctl).
06-16-2020 03:50 AM
It means it's a separate file and you can r-click it and select "Open type def". If you change the type def all instances of the enum is thus updated. Quite nifty.