[Lazarus] need help : identifier var pointtype error in lazarus

Malcolm Poole malcolm at lingua-z.co.uk
Tue Sep 8 00:09:58 CEST 2009


andri tea wrote:
> using variabel
> var
> ...
> poligon : array [1..5] of pointtype;
> ...
>

Try
poligon : array [1..5] of TPoint;

Malcolm




More information about the Lazarus mailing list