[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGNetworkAddress

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 5211

type TGNetworkAddress = object(TGObject)

  priv: PGNetworkAddressPrivate;

  

  function new();

  

  function new_loopback();

  

  function parse();

  

  function parse_uri();

  

  function get_hostname;

  

  function get_port;

  

  function get_scheme;

  

  property hostname: Pgchar; [r]

  

  property port: guint16; [r]

  

  property scheme: Pgchar; [r]

  

end;

Inheritance

TGNetworkAddress

  

TGObject