[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TGeanyProxyProbeResults

Declaration

Source position: geanybindings.inc line 1415

type TGeanyProxyProbeResults = (

  GEANY_PROXY_IGNORE,

  

  GEANY_PROXY_MATCH,

  

  GEANY_PROXY_RELATED = GEANY_PROXY_MATCH or $100

  

);