[fpc-pascal] TParamFlags and fpc 3.2.0.

Sven Barth pascaldragon at googlemail.com
Tue Jul 23 14:08:47 CEST 2019


fredvs <fiens at 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

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190723/42363cfa/attachment.html>


More information about the fpc-pascal mailing list