On Thu, 26 Jan 2012, Sven Barth wrote:
Am 25.01.2012 20:26 schrieb "Mattias Gaertner" <[email protected]>:
Hi all,
I improved class completion to update multiple method
signatures.
For example:
type
TMyClass = class
public
procedure DoIt(a: integer); // parameter added
procedure HandleIt(s: string); // parameter changed
end;
When working with overloads (methods with same name but different
parameter types) you have to change one signature at a time. Same as
before.
Finally! Thank you! :D
Usually I work the other way round:
I add parameters in the implementation while coding the routine.
Will that work too ?
Michael.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus