Unit 'SbpIEncodingAlphabet' Package
[Overview][Classes][Index] [#pl_baselib4pascal]

IEncodingAlphabet

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

Declaration

Source position: SbpIEncodingAlphabet.pas line 11

type IEncodingAlphabet = interface(IInterface)

  function GetLength;

  

  function GetValue;

  

  function GetReverseLookupTable;

  

  procedure InvalidCharacter();

  

  procedure Map();

  

  function ToString;

  

  property length: Int32; [r]

  

  property value: string; [r]

  

  property ReverseLookupTable: TSimpleBaseLibByteArray; [r]

  

end;

Inheritance

IEncodingAlphabet

  

|

IInterface



CT Web help

CodeTyphon Studio