Lars Fosdal created a topic in RTL and Delphi Object Pascal
December 10, 2018
RTTI, enumerated value and TCustomAttribute?
Is there a way access TCustomAttribute values on individual enumerated values?
type TLevel = ( [Tx('First')] one, [Tx('Second')] two, [Tx('Third')] three );
4 replies