Re: [fpc-pascal] Helpers for objects (not classes)

2015-03-24 Thread Sven Barth
Am 24.03.2015 11:19 schrieb "Michael Schnell" : > > On 03/23/2015 09:39 PM, Andrew Haines wrote: >> >> >> Do the new class helpers support objects? >> > Are "Objects" not depreciated, anyway ? Not in FPC. > IMHO "Object" and "Record" should just be subsumed under the Class concept, so that the "O

Re: [fpc-pascal] Helpers for objects (not classes)

2015-03-24 Thread Michael Schnell
On 03/23/2015 09:39 PM, Andrew Haines wrote: Do the new class helpers support objects? Are "Objects" not depreciated, anyway ? IMHO "Object" and "Record" should just be subsumed under the Class concept, so that the "Object" and "Record" keyword can be avoided a certain modifier "Class" crea

Re: [fpc-pascal] Helpers for objects (not classes)

2015-03-23 Thread Sven Barth
On 23.03.2015 21:39, Andrew Haines wrote: Hi, Do the new class helpers support objects? If this is not implemented how much work (1-10) is it to do? No, it's currently not supported, but it wouldn't be that hard to add. In fact that's somewhere on my ToDo list as well as helpers for interfac