[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ImagingIO.pas line 62
type TImagingIOStream = class(TStream) |
||
protected |
||
function GetSize; override; |
|
|
procedure SetSize(); override; |
|
|
public |
||
constructor Create(); |
|
|
function Read(); override; |
|
|
function Write(); override; |
|
|
function Seek(); override; |
|
|
property Handle: TImagingHandle; [r] |
|
|
property IOFunctions: TIOFunctions; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |