Unit 'library_protocol' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#pl_wst]

TLIBTransport

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

Declaration

Source position: library_protocol.pas line 32

type TLIBTransport = class(TBaseTransport,ITransport)

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  function GetTransportName; override;

  

  procedure SendAndReceive(); override;

  

published

  property ContentType: string; [rw]

  

  property Target: string; [rw]

  

  property FileName: string; [rw]

  

  property Format: string; [rw]

  

end;

Inheritance

TLIBTransport

  

|

TBaseTransport,ITransport

  

|

TSimpleFactoryItem,ITransport

  

|

TObject



CT Web help

CodeTyphon Studio