E2526 Property 'name' uses another property as getter/setter; Not allowed (C++)

From RAD Studio
Jump to: navigation, search

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

Properties typically have both a getter and a setter, but a property cannot serve as either the getter or setter of another property.