Tag: Enumerations

  • Enumerations and strings

    Enumerations can be very useful in Mendix. For example they are the only type other than a boolean, that can be used to Split your microflow. Also, each value can an image, which you can show in your data grids. Sometimes it is necessary to convert an enumeration value to a string and vice versa.…

    Read more: Enumerations and strings