[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreadgif.pas line 70
type TGifFrame = class |
public |
OwnsImage: Boolean; |
Left: Word; |
Top: Word; |
Width: Word; |
Height: Word; |
Delay: Word; |
Transparent: Boolean; |
TransparentIndex: Byte; |
Interlaced: Boolean; |
destructor Destroy; override; |
end; |
| | |
TObject |