<p>Am 27.02.2016 09:36 schrieb "Maciej Izak" <<a href="mailto:hnb.code@gmail.com">hnb.code@gmail.com</a>>:<br>
><br>
> 2016-02-27 4:38 GMT+01:00 Mazola Winstrol <<a href="mailto:mazofeifer@gmail.com">mazofeifer@gmail.com</a>>:<br>
>><br>
>> In the code bellow, the generic type TNullableTyple is implemented (and incomplete for now).<br>
>><br>
><br>
> It can be done more optimal with incoming operators Initialize and Finalize. I have working implementation but I need to adjust the code to the FPC compiler code standard :P </p>
<p>Sidenote for this (don't know whether you have already ensured that): these operators must not be useable as global operators as after all they must he known in the RTTI and that can't work if they're declared in another unit that might not even be included... (That's in contrast to how operators normally behave in FPC, but there's not really a way around it :/ )</p>
<p>Regards,<br>
Sven</p>