Odemir Bruno wrote:
> Hi,
> 
> I am new in Lazarus. I would like to chage height and width of objects
> in the form.
> When I try do something like: image1.Height=200;
> Lazarus return an error: Illegal Expression.

Try: image1.Height := 200;

Assignment uses ':=', not '='.

Micha

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

Reply via email to