RAD Studio
ContentsIndex
PreviousUpNext
E2207: Implicit conversion of 'type1' to 'type2' not allowed

When a member function of a class is called using a pointer to a derived class, the pointer value must be implicitly converted to point to the appropriate base class. 

In this case, such an implicit conversion is illegal.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!