Unit 'vd_core' Package
[Overview][Constants][Types][Classes][Index] [#pl_exsystem]

TFileSystemStream

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

Declaration

Source position: vd_core.pas line 160

type TFileSystemStream = class(TStream)

protected

  procedure SetSize();

  

public

  constructor Create(); overload;

  

  destructor Destroy; override;

  

  function Read(); override;

  

  function Write(); override;

  

  function Seek(); override;

  

  property FileHandle: TFile; [r]

  

end;

Inheritance

TFileSystemStream

  

|

TObject



CT Web help

CodeTyphon Studio