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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

whoops, nevermind, just found it - TInterfacedPersistent. What a pity Delphi lacks this kind of docs FreePascal has. Thanks God it is quite compatible

link|improve this answer
3  
A search of the documentation found it pretty quickly for me: docwiki.embarcadero.com/VCL/en/… – Rob Kennedy Sep 15 '09 at 23:53
Rob thanks, I had no idea there is sucha documentation ... I used google so far, and - of course - D7 included help. – migajek Sep 16 '09 at 0:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.