Mick Arundell wrote: > Components are always pointers so the only way to pass them is as Var.
That's not true at all. > The best examples are the automatic procedures > MyForm.Procedure1(Sender : TObject) That's not being passed as var. Being passed as var means you have to type the word "var" in the declaration. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

