Unit 'IdTCPStream' Package
[Overview][Classes][Index] [#pl_indy]

TIdTCPStream

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

Declaration

Source position: IdTCPStream.pas line 73

type TIdTCPStream = class(TIdBaseStream)

protected

  FConnection: TIdTCPConnection;

  

  FWriteThreshold: Integer;

  

  FWriteBuffering: Boolean;

  

  function IdRead(); override;

  

  function IdWrite(); override;

  

  function IdSeek(); override;

  

  procedure IdSetSize(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Connection: TIdTCPConnection; [r]

  

end;

Inheritance

TIdTCPStream

  

|

TIdBaseStream

  

|

TObject



CT Web help

CodeTyphon Studio