You need to use "Override" not "Reintroduced"
The first create should be ok with that but the section which does not have a Constructor of that type you simply use "Virtual" and use the
CTRL+Shift+C to auto generate the body code.
In the Override version, you need to call the inherited Create(aowner) .... etc.
in the non, overridden on you still need to call the Create(....) constructor.
As for your Assigned returning 0 instead of a Boolean word, maybe you don't have the SysUtils in the uses list, those are helpers?
Jamie