I know by TMS Aurelius that we can use the "new" 2010 attributes feature to serialize database table fields into object properties at run-time, for example, and I am not an expert on this deep object oriented schema, so I look into the TMS source code and could not understand how to implement it myself, not for DB, not for XML.
So I've looked for all Google's results on Delphi Attributes
and all that people post are declaration examples and then stops before even showing their examples in action.
Then where are the real world examples of how can we project, declare, code and USE those juiced classes inside a form/executing code?
Does anyone have an example to share here or know a good article that is complete?
Edit1:
The answer should have a TForm
with a TButton
where, when clicked, execute some use of the attribute classes created, do not answer showing just the attribute and classes interfaces, because there are many of those declaration examples as I told before