Delphi Compiler Error
E2464 First parameter of Assign operator must be var parameter
Reason for the Error & Solution
This occurs when you don’t pass a reference as the first parameter when overloading the assignment operator.
Learn Programming and technology with ease @ developerpublish.com
E2464 First parameter of Assign operator must be var parameter
This occurs when you don’t pass a reference as the first parameter when overloading the assignment operator.