<div dir="ltr"><div><div>I'm attempting to port GExperts from Delphi to Lazaurus and noticed the definition of TPropInfo differs from Delphi's.<br><br></div>In FPC's TPropInfo the PropType field is PTypeInfo whereas in Delphi it is PPTypeInfo. I'm not sure what is actually gained by this extra level of indirection but it exists none the less.<br>
<br></div>Are there any plans to update TPropInfo to be compatible with Delphi or do I need to wrap dependent code with compiler conditionals?<br></div>