E2572 property '%s' marked 'implements' must map to a field (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

This occurs when you use the implements directive with a property that does not map to a field in the interface the class is implementing.