?????
E.g.
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
function SomeFunction(Param1: String): boolean; overload;
function SomeFunction(Param1: Integer): boolean; overload;
end;
Compiles fine.
C.
-----Original Message-----
From: Phil Middlemiss [mailto:[EMAIL PROTECTED]
Also, you cannot overload a method that is declared in the same class -
you can only overload in a descendant class.
You have to use the overload directive in the base class, and again in
the descendant class.
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi