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

TGTcpConnection

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

Declaration

Source position: lazgio2.pas line 6501

type TGTcpConnection = object(TGSocketConnection)

  priv2: PGTcpConnectionPrivate;

  

  function get_graceful_disconnect;

  

  procedure set_graceful_disconnect();

  

  property graceful_disconnect: gboolean; [rw]

  

end;

Inheritance

TGTcpConnection

  

TGSocketConnection

  

TGIOStream

  

TGObject