ImageEn, unit iexBitmaps

TIOParams.AVI_FrameDelayTime

TIOParams.AVI_FrameDelayTime

Declaration

property AVI_FrameDelayTime: Double;

Description

Specifies the time (in milliseconds) that the current frame will be shown when animated/playing.

Note: Generic access to display time is available with ImageDelayTime.

Example

// Set AVI frame delay time
ImageEnView1.IO.Params.AVI_FrameDelayTime := 125;

See Also

ImageDelayTime