Re: [fpc-pascal] Getting the current Unit Name

2013-07-20 Thread Noah Silva
Hi Mattias, I have several different versions on different machines, so I will check it out. Thank you for the hint! Thank you, Noah Silva 2013/7/14 Mattias Gaertner > On Sun, 14 Jul 2013 09:13:42 +0900 > Noah Silva wrote: > > > Hi, > > > > In Delphi, there exists: TObject Class Functio

Re: [fpc-pascal] Getting the current Unit Name

2013-07-13 Thread Mattias Gaertner
On Sun, 14 Jul 2013 09:13:42 +0900 Noah Silva wrote: > Hi, > > In Delphi, there exists: TObject Class Function UnitName, which allows you > to get the Unit of a given class. This seems not to be implemented in > FreePascal. It exists since many years in fpc. What compiler version are you using

[fpc-pascal] Getting the current Unit Name

2013-07-13 Thread Noah Silva
Hi, In Delphi, there exists: TObject Class Function UnitName, which allows you to get the Unit of a given class. This seems not to be implemented in FreePascal. If there a similar function available in FreePascal? (I am sure there is some way to do this using the VMT.) Alternatively, is there an