Hi,<div><br></div><div>Interfaces can have aliases for functions:</div><div><br></div><div><div>    Function MyOtherFunction : Integer;  </div><div>    Function IMyInterface.MyFunc = MyOtherFunction;<br></div></div><div><br>
</div><div>Can normal object have aliases for properties? For example, TControl.Caption. I would like to publish this property in my descendant as "MyExtraText". Is this possible?</div><div><br></div><div>Regards</div>