Unit 'ClpFixedPointPreCompInfo' Package
[Overview][Classes][Index] [#pl_cryptolib4pascal]

TFixedPointPreCompInfo

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

Declaration

Source position: ClpFixedPointPreCompInfo.pas line 35

type TFixedPointPreCompInfo = class(TInterfacedObject,IPreCompInfo,IFixedPointPreCompInfo)

strict protected

  Fm_offset: IECPoint;

  

  Fm_lookupTable: IECLookupTable;

  

  Fm_width: Int32;

  

public

  constructor Create;

  

  property Offset: IECPoint; [rw]

  

  property LookupTable: IECLookupTable; [rw]

  

  property Width: Int32; [rw]

  

end;

Inheritance

TFixedPointPreCompInfo

  

|

TObject,IPreCompInfo,IFixedPointPreCompInfo



CT Web help

CodeTyphon Studio