<div dir="ltr">2016-02-27 0:49 GMT-03:00 Dmitry Boyarintsev <span dir="ltr"><<a href="mailto:skalogryz.lists@gmail.com" target="_blank">skalogryz.lists@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Fri, Feb 26, 2016 at 10:38 PM, Mazola Winstrol <span dir="ltr"><<a href="mailto:mazofeifer@gmail.com" target="_blank">mazofeifer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="font-family:arial,helvetica,sans-serif">In the code bellow, the generic type TNullableTyple is implemented (and incomplete for now).</span></div></div></blockquote></span><div>How to reset TNullableType to Null value? HasValue seems to be read-only.  </div><span class=""><div></div></span></div></div></div></blockquote><div><br></div><div>In the last version, there is two ways:<br><br></div><div>var<br></div><div>   NullInt: TNullable<Integer>;<br></div><div>begin<br></div><div>   NullInt.Clear; // Method 1<br></div><div>   NullInt := nil; // Method 2<br></div><div>end;<br></div><br></div><div class="gmail_quote"><div><br></div></div></div></div>