TIOFunctions Record
Imaging

Record containg set of IO functions internaly used by image loaders/savers.

Pascal
public TIOFunctions = record
  OpenRead: TOpenReadProc;
  OpenWrite: TOpenWriteProc;
  Close: TCloseProc;
  Eof: TEofProc;
  Seek: TSeekProc;
  Tell: TTellProc;
  Read: TReadProc;
  Write: TWriteProc;
  end;
File

Imaging (at line 329)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TIOFunctions Record