| ImageEn, unit imageenview |
|
TImageEnView.PlayLoop
Declaration
property PlayLoop: Boolean;
Description
Set to True to continuously loop playback of multi-frame images, such as animated GIF and AVI files (when
Playing is enabled).
Default: True
Example
// Enabled playback looping
ImageEnView1.PlayLoop := True;
See Also
◼Playing
◼PlaySpeed