fredvs <fi...@hotmail.com> schrieb am Di., 23. Juli 2019, 12:52:

> Hello.
>
> I try to make msegui/mseide compatible with fpc 3.2.0.
>
> Thanks to Graeme fixes, interfaces of msegui is now compatible with fpc
> 3.2.0.
>
> But there is still problem with the use of TParamFlags with fp 3.2.0 and
> mseide.
>
> Now, using TParamFlags add by default "$self: Pointer" parameter, example:
>
> procedure onexec($self: Pointer; const sender: Tobject);
>
> How to hide that "$self: Pointer" parameter and have the same behavior as
> fpc 3.0.2 / fpc 3.0.4 ?
>
> How to use TParamFlags to have the same result as using  fpc 3.0.2 / fpc
> 3.0.4 ?
>

Check for pfHidden.

Regards,
Sven

>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to