Source position: Imaging.pas line 368
type TIOFunctions = record |
||
Open: TOpenProc; |
|
|
Close: TCloseProc; |
|
|
Eof: TEofProc; |
|
|
Seek: TSeekProc; |
|
|
Tell: TTellProc; |
|
|
Read: TReadProc; |
|
|
Write: TWriteProc; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |