JVCL Help:TDisposalMethod
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TDisposalMethod type
Search in JVCL Help
Search in all projectsSummary
Specifies how the graphic is to be treated after a frame has been been displayed.
Pascal
run\JvGIF.pas
TDisposalMethod = (
dmUndefined,
dmLeave,
dmRestoreBackground,
dmRestorePrevious,
dmReserved4,
dmReserved5,
dmReserved6,
dmReserved7
);
Members
Members | Description |
dmUndefined | This value indicates a GIF87a image. |
dmLeave | Leave frame on-screen. |
dmRestoreBackground | Restore the background. |
dmRestorePrevious | Restore the previous frame. |
dmReserved4 | Do not use. |
dmReserved5 | Do not use. |
dmReserved6 | Do not use. |
dmReserved7 | Do not use. |
Description
TDisposalMethod is the type of the DisposalMethod property of a TJvGIFFrame and defines how the GIF image is to be updated after a frame has been displayed.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page