Re: [fpc-pascal] Managed types within records

2015-05-28 Thread Sven Barth
Am 28.05.2015 18:16 schrieb Jürgen Hestermann juergen.hesterm...@gmx.de: Hi, when I have a record which has managed types (i.e. strings), how are they handled by the compiler when I assign one record to the other? Example: --- type

[fpc-pascal] Managed types within records

2015-05-28 Thread Jürgen Hestermann
Hi, when I have a record which has managed types (i.e. strings), how are they handled by the compiler when I assign one record to the other? Example: --- type MyRecordType = record X : SizeInt;