Unit 'IdCoder' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdDecoder

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

Declaration

Source position: IdCoder.pas line 141

type TIdDecoder = class(TIdBaseComponent)

protected

  FStream: TStream;

  

public

  procedure DecodeBegin(); virtual;

  

  procedure DecodeEnd; virtual;

  

  procedure Decode();

  

  class function DecodeString();

  

  class function DecodeBytes();

  

  class procedure DecodeStream();

  

end;

Inheritance

TIdDecoder

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio