delphimvcframework
delphimvcframework copied to clipboard
Introduce new clone function with the ability to skip fields
trafficstars
New class function: class function Clone<T: TCustomAttribute>(AObject: TObject): TObject; overload; static; This clone function skips fields with the TCustomAttribute.
I tested the code and I also hope that the formatting is now correct.
Nice, however the Generic type is used like a parametere here AFAIK. Can you change it using a plain parameter?