When converting the JSON data back to the Enum Variant, only the numerical value remains; the enum strings are lost.
Instead, I would have expected the Variant output:
'Tab Control': unsigned long [32-bit integer (0 to 4,294,967,295)] enum {Page 1, Page 2, Page 3}
Page 3
What is going wrong here?
Kind regards,
SGI