Unit 'LSGeoIP' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_solutions]

TGeoIPCity

Declaration

Source position: LSGeoIP.pas line 71

type TGeoIPCity = record

  CountryCode: string;

  

  CountryName: string;

  

  Region: string;

  

  City: string;

  

  PostalCode: string;

  

  Latitude: Double;

  

  Longitude: Double;

  

  DmaCode: Integer;

  

  AreaCode: Integer;

  

end;



CT Web help

CodeTyphon Studio