Re: [fpc-pascal] Printing object

2014-06-07 Thread Michael Van Canneyt
On Sat, 7 Jun 2014, Krzysztof wrote: 2014-06-07 16:49 GMT+02:00 Michael Van Canneyt : On Sat, 7 Jun 2014, Krzysztof wrote: Hi, I need to analyze a lot of big objects (a lot of properties, global vars etc). Looking for easy way to print object inf

Re: [fpc-pascal] Printing object

2014-06-07 Thread Krzysztof
2014-06-07 16:49 GMT+02:00 Michael Van Canneyt : > > > On Sat, 7 Jun 2014, Krzysztof wrote: > > Hi, >> >> I need to analyze a lot of big objects (a lot of properties, global vars >> etc). Looking for easy way to print object info in >> format: >> >> TObject >> Property/VarName = value >> end; >

Re: [fpc-pascal] Printing object

2014-06-07 Thread Michael Van Canneyt
On Sat, 7 Jun 2014, Howard Page-Clark wrote: On 07/06/2014 15:49, Michael Van Canneyt wrote: On Sat, 7 Jun 2014, Krzysztof wrote: Hi, I need to analyze a lot of big objects (a lot of properties, global vars etc). Looking for easy way to print object info in format: TObject Property/Va

Re: [fpc-pascal] Printing object

2014-06-07 Thread Howard Page-Clark
On 07/06/2014 15:49, Michael Van Canneyt wrote: On Sat, 7 Jun 2014, Krzysztof wrote: Hi, I need to analyze a lot of big objects (a lot of properties, global vars etc). Looking for easy way to print object info in format: TObject Property/VarName = value end; It should also step into subo

Re: [fpc-pascal] Printing object

2014-06-07 Thread Michael Van Canneyt
On Sat, 7 Jun 2014, Krzysztof wrote: Hi, I need to analyze a lot of big objects (a lot of properties, global vars etc). Looking for easy way to print object info in format: TObject   Property/VarName = value end; It should also step into subobjects. Looking at typeinfo but can't find metho