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

TGTcpWrapperConnection

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

Declaration

Source position: lazgio2.pas line 6530

type TGTcpWrapperConnection = object(TGTcpConnection)

  priv3: PGTcpWrapperConnectionPrivate;

  

  function new();

  

  function get_base_io_stream;

  

  property base_io_stream: PGIOStream; [r]

  

end;

Inheritance

TGTcpWrapperConnection

  

TGTcpConnection

  

TGSocketConnection

  

TGIOStream

  

TGObject