How a Binary Enum Simplifies a Calendar Week Day Selector

Originally published at: How a Binary Enum Simplifies a Calendar Week Day Selector – Xojo Programming Blog

In Xojo 2021R2 binary enumerations were introduced. These Enums must be declared in a module and are treated by the compiler as a class. Learn to create an Enum for Days of the Week and demonstrate the use of that by creating a custom segmented button control.

1 Like