This is fantastic news. Thank you for all you work Sven. This has been
committed to the main branch? I'll be testing shortly.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Sat, Jan 28, 2017 at 9:29 AM, Sven Barth
wrote:
> Hello together!
>
> I'm pleased to finally announce the addition of Interface RTTI to Free
> Pascal.
>
> Interface RTTI essentially provides a list of all methods available in
> an interface if it's declared is parsed with $M+ or has such an
>
On 28.01.2017 15:25, Michael Van Canneyt wrote:
>
>
> On Sat, 28 Jan 2017, Sven Barth wrote:
>
>> Hello together!
>>
>> I'm pleased to finally announce the addition of Interface RTTI to Free
>> Pascal.
>>
>> Interface RTTI essentially provides a list of all methods available in
>> an interface i
On Sat, 28 Jan 2017, Sven Barth wrote:
Hello together!
I'm pleased to finally announce the addition of Interface RTTI to Free
Pascal.
Interface RTTI essentially provides a list of all methods available in
an interface if it's declared is parsed with $M+ or has such an
interface as parent.
Hello together!
I'm pleased to finally announce the addition of Interface RTTI to Free
Pascal.
Interface RTTI essentially provides a list of all methods available in
an interface if it's declared is parsed with $M+ or has such an
interface as parent.
For now however this only applies to COM styl