<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">fredvs <<a href="mailto:fiens@hotmail.com">fiens@hotmail.com</a>> schrieb am Sa., 27. Juli 2019, 17:54:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Sven.<br>
<br>
> That said the code I showed you had an issue which might explain the<br>
> behaviour you got:<br>
<br>
I did try your new code but get that error message at compilation:<br>
<br>
msedesignparser.pas(722,11) Error: Incompatible types: got "TParamFlag"<br>
expected "methodflagty"<br>
msedesignparser.pas(2238) Fatal: There were 1 errors compiling module,<br>
stopping<br>
Fatal: Compilation aborted<br>
<br>
<br>
-------> Line 722,11 = "if not (pfHidden in flags) then"<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Ah, right, of course. You need the part I added *inside* the with block of params[count]. My fault (I'm doing this here on the fly, not testing it).</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>