[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpwritegif.pas line 106
type TFPWriterGIF = class(TFPCustomImageWriter) |
protected |
procedure InternalWrite(); override; |
public |
constructor Create; override; |
destructor Destroy; override; |
procedure ImagesWrite(); |
property Delay: Word; [rw] |
property LoopCount: Word; [rw] |
property Transparent: Boolean; [rw] |
end; |
| | |
| | |
| | |
TObject |