晴
晴
Unregistered / Unconfirmed
GUEST, unregistred user!
var
coordinate:array [0..1440] of tpoint;
i:integer;
begin
...
Canvas.Polyline(coordinate);
...
end;
coordinate:array [0..1440] of tpoint;
i:integer;
begin
...
Canvas.Polyline(coordinate);
...
end;