[fpc-pascal] Property alias

Krzysztof dibo20 at wp.pl
Fri Dec 7 15:50:01 CET 2012


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?

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20121207/b3cb0c8e/attachment.html>


More information about the fpc-pascal mailing list