Wenn man etwas cool fände, grade hätte benutzen wollen und es das leider nicht gibt.
Gernierische Property fänd ich grade sooooooo cool.
Delphi-Quellcode:
TMyClass = class
function getter<typ>: typ;
procedure setter<typ>(const value: typ);
property prop<typ>: typ read getter<typ> write setter<typ>;
end;