[fpc-devel] TObject differences between fpc and delphi
Paul Ishenin
webpirat at mail.ru
Tue Oct 27 15:19:12 CET 2009
Hello, FPC developers' list
I have compared what d2010 TObject has and found a few differences:
1. Dispatch method is virtual
2. new method: class function UnitName: string;
3. new method: function Equals(Obj: TObject): Boolean; virtual;
4. new method: function GetHashCode: Integer; virtual;
5. new method: function ToString: string; virtual;
Documentation:
http://docwiki.embarcadero.com/VCL/en/System.TObject.Dispatch
http://docwiki.embarcadero.com/VCL/en/System.TObject.UnitName
http://docwiki.embarcadero.com/VCL/en/System.TObject.Equals
http://docwiki.embarcadero.com/VCL/en/System.TObject.GetHashCode
http://docwiki.embarcadero.com/VCL/en/System.TObject.ToString
Which of that changes are welcome for FPC?
Best regards,
Paul Ishenin.
More information about the fpc-devel
mailing list