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

TGSocketConnection

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

Declaration

Source position: lazgio2.pas line 6079

type TGSocketConnection = object(TGIOStream)

  priv1: PGSocketConnectionPrivate;

  

  function factory_lookup_type();

  

  procedure factory_register_type();

  

  function connect();

  

  procedure connect_async();

  

  function connect_finish();

  

  function get_local_address();

  

  function get_remote_address();

  

  function get_socket;

  

  function is_connected;

  

  property socket: PGSocket; [r]

  

end;

Inheritance

TGSocketConnection

  

TGIOStream

  

TGObject