Graeme Geldenhuys wrote:
I received a bug report today.  I was able to set a read-only property
under Linux and Windows without any issues - I didn't notice the
property was read-only!  The bug report mentions that an compiler

Include needs a var parameter, i.e. it needs to be able to take address of the expression you supply as first param. ComponentState is a property, and you can't take the address of a property -> error.

HTH,

Micha
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to