Delphi Compiler Error
E2234 Getter or setter for property ‘%s’ cannot be found
Reason for the Error & Solution
During translation of a unit to a C++ header file, the compiler is unable to locate a named symbol which is to be used as a getter or setter for a property. This is usually caused by having nested records in the class and the accessor is a field in the nested record.