Re: [fpc-pascal] Feature announcement: Interface RTTI

2017-01-28 Thread Anthony Walter
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

Re: [fpc-pascal] Feature announcement: Interface RTTI

2017-01-28 Thread silvioprog
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 >

Re: [fpc-pascal] Feature announcement: Interface RTTI

2017-01-28 Thread Sven Barth
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

Re: [fpc-pascal] Feature announcement: Interface RTTI

2017-01-28 Thread Michael Van Canneyt
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.

[fpc-pascal] Feature announcement: Interface RTTI

2017-01-28 Thread Sven Barth
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