inherited Dynamic Properties

Is it possible, to inherit TDynamicProperties?

I have defined
property Props: TDynamicProperties read FProps;
in an AbstractEntity.

It seems like Aurelius only looks for the first class (the entity itself) searching for this property.
That's why I have to redefine the property Props in every Entity...

We don't have tests implemented for such situation so we can't say if it would work. We would have to check.