[fpc-pascal] Property alias

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Fri Dec 7 15:57:29 CET 2012



On Fri, 7 Dec 2012, Krzysztof wrote:

> Hi,
>
> Interfaces can have aliases for functions:
>
>    Function MyOtherFunction : Integer;
>    Function IMyInterface.MyFunc = MyOtherFunction;
>
> 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?

Currently not.

Michael.



More information about the fpc-pascal mailing list