Hi Delphi addicts,
I want to create an "inherited class property".
- I define a class property in Master
- Define a local getter in Master, because a getter must be static
- Define an abstract class procedure, called by the getter
- Implement the class procedure in Child...