14.04.2010 19:09, Kjow wrote:
You don't need to pass Form by reference (using 'var') since class instance is pointer. This is only required if you want to replaced passed Form argument by another class instance.procedure init(...; ...; var Form: TMainForm);
Best regards, Paul Ishenin. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
