PointsEqual
Adam Boduch
PointsEqual
Moduł: Classess
var
P1, P2 : TPoint;
begin
P1 := Point(10, 10);
P2 := P1;
if PointsEqual(P1, P2) then
ShowMessage('Wartości zmiennych P1 oraz P2 są równe!');
end;
Zobacz też:
var
P1, P2 : TPoint;
begin
P1 := Point(10, 10);
P2 := P1;
if PointsEqual(P1, P2) then
ShowMessage('Wartości zmiennych P1 oraz P2 są równe!');
end;
Zobacz też: