> On Apr 23, 2019, at 5:32 PM, Michael Van Canneyt <mich...@freepascal.org> 
> wrote:
> 
> That should be obvious:
> 
> Because a helper can only add methods to a type, not additional storage
> space (memory). The basic type determines the memory layout of the data. A 
> helper cannot change that.
> 
> Michael.

I mean for properties though so it’s not actually adding a type, just making an 
alias:

property F: integer read x;

that should just map “x” to “F”, right? I’m getting an error on this however.

Regards,
        Ryan Joseph

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to