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

TGeoIPResult

Declaration

Source position: LSGeoIP.pas line 41

type TGeoIPResult = (

  GEOIP_SUCCESS = 0,

  

  GEOIP_NODATA = 1,

  

  GEOIP_ERROR_IPADDR = 2,

  

  GEOIP_ERROR_DBTYPE = 3,

  

  GEOIP_ERROR_IO = 4

  

);



CT Web help

CodeTyphon Studio