[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreadxwd.pas line 37
type TFPReaderXWD = class(TFPCustomImageReader) |
protected |
WindowName: array of Char; |
LineBuf: PByte; |
procedure InternalRead(); override; |
function InternalCheck(); override; |
public |
constructor Create; override; |
destructor Destroy; override; |
end; |
| |
| |
| |
TObject |