Is there a way access TCustomAttribute values on individual enumerated values?
  type TLevel = ( [Tx('First')] one, [Tx('Second')] two, [Tx('Third')] three );