<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 Di., 23. Juli 2019, 12:52:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello.<br>
<br>
I try to make msegui/mseide compatible with fpc 3.2.0.<br>
<br>
Thanks to Graeme fixes, interfaces of msegui is now compatible with fpc<br>
3.2.0.<br>
<br>
But there is still problem with the use of TParamFlags with fp 3.2.0 and<br>
mseide.<br>
<br>
Now, using TParamFlags add by default "$self: Pointer" parameter, example:<br>
<br>
procedure onexec($self: Pointer; const sender: Tobject); <br>
<br>
How to hide that "$self: Pointer" parameter and have the same behavior as<br>
fpc 3.0.2 / fpc 3.0.4 ?<br>
<br>
How to use TParamFlags to have the same result as using  fpc 3.0.2 / fpc<br>
3.0.4 ?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Check for pfHidden. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>