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

TGInetSocketAddress

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

Declaration

Source position: lazgio2.pas line 4667

type TGInetSocketAddress = object(TGSocketAddress)

  priv: PGInetSocketAddressPrivate;

  

  function new();

  

  function new_from_string();

  

  function get_address;

  

  function get_flowinfo;

  

  function get_port;

  

  function get_scope_id;

  

  property address: PGInetAddress; [r]

  

  property flowinfo: guint32; [r]

  

  property port: guint16; [r]

  

  property scope_id: guint32; [r]

  

end;

Inheritance

TGInetSocketAddress

  

TGSocketAddress

  

TGObject