25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

6 satır
189 B

  1. begin
  2. ResultURL := '';
  3. if (GetZ >= 5) and (GetZ <= 16) then begin
  4. ResultURL := GetURLBase + IntToStr(GetZ-1) + '/' + IntToStr(GetY) + '/' + IntToStr(GetX) + '.png';
  5. end;
  6. end.