[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFPCustomImageReader - FreePascal base class for Image reading
Source position: fpimage.pp line 196
type TFPCustomImageReader = class(TFPCustomImageHandler) |
||
protected |
||
procedure InternalRead(); virtual; abstract; |
|
InternalRead - read specified image from nominated stream |
function InternalCheck(); virtual; abstract; |
|
InternalCheck - performs check on validity of stream, returns True if OK |
public |
||
constructor Create; override; |
||
function ImageRead(); |
|
ImageRead read specified image from nominated stream; returns the image |
function CheckContents(); |
|
CheckContents - Gives True if contents are readable |
property DefaultImageClass: TFPCustomImageClass; [rw] |
|
DefaultImageClass - Image Class to create when no img is given for reading |
end; |
|
TFPCustomImageReader - FreePascal base class for Image reading |
|
| | ||
|
Base class for image handlers. |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |