Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/09/21 in all areas

  1. A good article. https://www.acunetix.com/blog/articles/iis-security-best-practices/
    2 points
  2. Hello Please try below code procedure TMainForm.UniButton18Click(Sender: TObject); begin with UniMap1, JSInterface do begin JSAssign('uniMap.options.crs', [JSStatement('L.CRS.Simple')]); JSCall('uniMap.setMaxBounds', [JSStatement('new L.LatLngBounds([0,500], [500,0])')]); UniSession.AddJS('var imageUrl = "http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg";'); UniSession.AddJS('var imageBounds = [[250,0], [0,250]];'); UniSession.AddJS('L.imageOverlay(imageUrl, imageBounds).addTo('+JSName+'.uniMap);'); end; end;
    1 point
  3. Hello Yes, you can draw polygon, circle, rectangle .. etc. Please check unimap - draw demo
    1 point
  4. New version allows you to choose between 7.4.0 & 7.0.0 from ServerModule.
    1 point
  5. You should always use parameterized queries...
    1 point
×
×
  • Create New...