Unit 'win_macdll' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_acs]

TAPECompress

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

Declaration

Source position: win_macdll.pas line 342

type TAPECompress = class

public

  ErrorCode: Integer;

  

  constructor Create;

  

  destructor Destroy; override;

  

  function Start();

  

  function AddData();

  

  function GetBufferBytesAvailable;

  

  function LockBuffer();

  

  function UnlockBuffer();

  

  function Finish();

  

  function Kill;

  

published

  property Handle: APE_DECOMPRESS_HANDLE; [r]

  

end;

Inheritance

TAPECompress

  

|

TObject



CT Web help

CodeTyphon Studio