in
OOP :: Along with the extended
RTTI in Delphi 2010, a new language feature was introduced: Attributes. Along with existing
OOP mechanisms (inheritance and ownership) you can now use annotations for a class (and class members) to further define what you classes are capable of. Attributes are ...
More...