Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Torsten Bonde Christiansen
On 2011-01-14 23:05, Max Vlasov wrote: On Fri, Jan 14, 2011 at 10:38 PM, Torsten Bonde Christiansen t...@epidata.dk mailto:t...@epidata.dk wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? Hmm, don't know

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Max Vlasov
On Sat, Jan 15, 2011 at 2:09 PM, Torsten Bonde Christiansen t...@epidata.dkwrote: On 2011-01-14 23:05, Max Vlasov wrote: On Fri, Jan 14, 2011 at 10:38 PM, Torsten Bonde Christiansen t...@epidata.dk wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Martin
On 15/01/2011 11:09, Torsten Bonde Christiansen wrote: Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? Hmm, don't know whether you're the same person or not :), but I replied in a stackoverflow question the next day after it

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Andrew Haines
On 01/14/11 14:38, Torsten Bonde Christiansen wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? A small example of what i'm trying to achieve below (and don't mind the incomplete TB class implementation). Kind

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Jorge Aldo G. de F. Junior
does inherited inherited work ? as in procedure TD.DoSomething; Begin Inherited Inherited DoOtherthing; End; 2011/1/15 Andrew Haines andrewd...@aol.com: On 01/14/11 14:38, Torsten Bonde Christiansen wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Max Vlasov
On Sat, Jan 15, 2011 at 6:30 PM, Andrew Haines andrewd...@aol.com wrote: On 01/14/11 14:38, Torsten Bonde Christiansen wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? A small example of what i'm trying to

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Andrew Haines
On 01/15/11 10:30, Andrew Haines wrote: On 01/14/11 14:38, Torsten Bonde Christiansen wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? I *think* I've done this before this way but test it to make sure it works:

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-15 Thread Andrew Haines
On 01/15/11 11:01, Andrew Haines wrote: On 01/15/11 10:30, Andrew Haines wrote: On 01/14/11 14:38, Torsten Bonde Christiansen wrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? I *think* I've done this before this way

Re: [fpc-pascal] Skipping an the inherited of an ancestor

2011-01-14 Thread Max Vlasov
On Fri, Jan 14, 2011 at 10:38 PM, Torsten Bonde Christiansen t...@epidata.dkwrote: Hi List. Is it possible to jump a couple of levels in the inherited hierarchy when calling inherited on a method? Hmm, don't know whether you're the same person or not :), but I replied in a stackoverflow