Hi All!

Could anyone point me at the file(s) containing the templates invoked with Ctrl-Shift-C?

Specifically I would like to replace the Set<Param> code that expands to:

if(AValue=f<Param>) then exit;
f<Param>=AValue;

with
Update(f<Param>,AValue); // Keeps track of modifications to the underlying object.

Thanks,

Don Ziesig


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to