[fpc-devel] missing GetPropList overloaded mehod

Graeme Geldenhuys graeme at mastermaths.co.za
Wed Dec 7 09:59:56 CET 2005


Hi

I am using the following FPC version:
Free Pascal Compiler version 2.0.1 [2005/10/02] for i386 on Windows 2000

In the file:
\rtl\objpas\typinfo.pp

there is a missing GetPropList overloaded method compared to Delphi. I 
noticed this while porting a Delphi app to FPC.


--------------  CUT  --------------------
function GetPropList(AObject: TObject; out PropList: PPropList): Integer;
begin
   Result := GetPropList(PTypeInfo(AObject.ClassInfo), PropList);
end;
--------------  END  --------------------


Attached is the diff/patch file for the changes.

Regards,
   - Graeme -

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: typeinfo.pp.diff
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20051207/5156ec5f/attachment.ksh>


More information about the fpc-devel mailing list