Hi experts,
is it possible to know what kind of control (Menu, list, etc.) is a general CCoeControl ? if yes how ?
Thanks,
Stefano.
Hi experts,
is it possible to know what kind of control (Menu, list, etc.) is a general CCoeControl ? if yes how ?
Thanks,
Stefano.
CCoeControl Control is a base class from which all other controls are derived.Originally Posted by stefano.garusi
we can use ( i would not suggest) dynamic_cast to determine that a particular pointer or reference is class derived from it.
but skd says that the more sophisticated C++ dynamic_cast operator should not be used because EPOC does not enable or support Run Time Type Information (RTTI).
Regards,
vasant.
Last edited by vasant21; 2006-11-29 at 10:45.