RAD Studio
|
The parameters of the member function used to access a property don't match the expected parameters.
structpbase { voidSetter1(void){} voidSetter2(int){} int __property ip1 = { write = Setter1 }; // Error int __property ip2 = { write = Setter2 }; // OK };
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|