Delphi 2010 RTTI : How to interegate/explore an enumeration containing custom attribute
I've created an enumeration utilizing a TCustomAttribute descendant class (TEnumAttribute) to give each enumeration additional data (if successful, it will drive a custom component that can interrogate an enumeration and populate itself accordingly). type TShoppingCartType = ( [TEnumAttribute(0, 'All')] sctAll, [TEnumA...