Hi, I need a class that is based on TPersistent (so it stores the RTTI) and includes default Interfaces handling (QueryInterface, _AddRef, _Release) ... what is the class name I'm looking for?
A:
whoops, nevermind, just found it - TInterfacedPersistent. What a pity Delphi lacks this kind of docs FreePascal has. Thanks God it is quite compatible
migajek
2009-09-15 23:20:30
A search of the documentation found it pretty quickly for me: http://docwiki.embarcadero.com/VCL/en/Special:Search?search=tpersistent+interface
Rob Kennedy
2009-09-15 23:53:30
Rob thanks, I had no idea there is sucha documentation ... I used google so far, and - of course - D7 included help.
migajek
2009-09-16 00:11:33