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

TGUnixSocketAddress

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

Declaration

Source position: lazgio2.pas line 7143

type TGUnixSocketAddress = object(TGSocketAddress)

  priv: PGUnixSocketAddressPrivate;

  

  function new();

  

  function new_with_type();

  

  function abstract_names_supported;

  

  function get_address_type;

  

  function get_path;

  

  function get_path_len;

  

  property address_type: TGUnixSocketAddressType; [r]

  

  property path: Pgchar; [r]

  

end;

Inheritance

TGUnixSocketAddress

  

TGSocketAddress

  

TGObject