JVCL Help:TDisposalMethod

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies how the graphic is to be treated after a frame has been been displayed.

run\JvGIF.pas


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.

run\JvGIF.pas


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.

run\JvGIF.pas


About

Navigation

no pages or subcategories

run\JvGIF.pas



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