DECLARE_DYNAMIC()
is used for getting RTTI, when a class derived from CObject
class, I know it.
But i saw in a code,a class derived from CPropertySheet
have this MACRO.
-> what is the need of it, as neither iskindof() nor any other Run time information is used?
this derived class has two constructors , called via new
when creating objects.
my question is What is the need of DECLARE_DYNAMIC()
,in this class ?