Re: [fpc-pascal] can a class implement both a CORBA interface and an COM interface at the same time?

2016-11-17 Thread Dennis
Dennis wrote: I have a class implementing a Com interface. Now I want it to also implement a CORBA interface. Is it dangerous? For other who might be interested in this issue. I have tested it for a while and it does not seem to cause any problems. Dennis

Re: [fpc-pascal] docs for TStringList.CaseSensitive seem incomplete

2016-11-17 Thread Graeme Geldenhuys
On 2016-11-17 16:05, Michael Van Canneyt wrote: > Can you please enter this in the bugtracker ? Reported. http://mantis.freepascal.org/view.php?id=30944 Regards, Graeme ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.free

Re: [fpc-pascal] docs for TStringList.CaseSensitive seem incomplete

2016-11-17 Thread Michael Van Canneyt
On Wed, 16 Nov 2016, Graeme Geldenhuys wrote: I did some testing and it seems the CaseSensitive property also has an affect on the Sort() method. Yet the documentation only lists that the property affects locating of strings. Can you please enter this in the bugtracker ? Otherwise I will forg