<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 12, 2015 at 4:01 PM, Marco van de Voort <span dir="ltr"><<a href="mailto:marcov@stack.nl" target="_blank">marcov@stack.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
</span>(ifthen clashes name with the delphi functions of the same name in a much<br>
used unit as math, the name should be different but the intrinsic principle<br>
IMHO is best)<br></blockquote></div>But they're inline functions. Thus when inline-d into the code, they're acting as intrinsic.<br><br></div><div class="gmail_extra">Also, even if they're not inlined, the existing code would break, because use of "Math" comes after use of "system". Thus Math's IfThen() would be used instead of system intrinsic.<br><br></div><div class="gmail_extra">The same applies for any other user's variants of IfThen that could have been written.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">thanks,<br></div><div class="gmail_extra">Dmitry<br></div><div class="gmail_extra"><br></div></div>