Luiz Americo Pereira Camara schreef:
Burkhard Carstens wrote:
Am Mittwoch, 16. Mai 2007 16:35 schrieb fedorax:
Hello,

I just make a new svn update and i've a little problem:

using:
Printer.Canvas.TextStyle.Alignment=taRightJustify;
return this error:
cheques.pas(210,35) Error: Argument can't be assigned to

Did something change or is it a bug ?

This is not a bug. It is caused by a change in fpc. Assignments to fields of structured properties are not allowed anymore (since r7250). e.g.: property prop : trec read frec; instance.prop.a:=5;
I hope this will be optional at least


If you don't want this, use public fields insteads of properties.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to