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

TGSocketListener

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

Declaration

Source position: lazgio2.pas line 6254

type TGSocketListener = object(TGObject)

  priv: PGSocketListenerPrivate;

  

  function new;

  

  function accept();

  

  procedure accept_async();

  

  function accept_finish();

  

  function accept_socket();

  

  procedure accept_socket_async();

  

  function accept_socket_finish();

  

  function add_address();

  

  function add_any_inet_port();

  

  function add_inet_port();

  

  function add_socket();

  

  procedure close;

  

  procedure set_backlog();

  

end;

Inheritance

TGSocketListener

  

TGObject