SetUserFileIO Function
Imaging

User can set his own file IO functions used when loading from/saving to files by this function.

Pascal
procedure SetUserFileIO(OpenReadProc: TOpenReadProc; 
                        OpenWriteProc: TOpenWriteProc; 
                        CloseProc: TCloseProc; 
                        EofProc: TEofProc; 
                        SeekProc: TSeekProc; 
                        TellProc: TTellProc; 
                        ReadProc: TReadProc; 
                        WriteProc: TWriteProc);
File

Imaging (at line 313)

Related Information
You are here: Symbol Reference > Functions > SetUserFileIO Function