TIOParams.MEDIAFILE_FrameDelayTime
TIOParams.MEDIAFILE_FrameDelayTime
Declaration
property MEDIAFILE_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 the frame delay time
ImageEnView1.IO.Params.MEDIAFILE_FrameDelayTime := 125;
See Also
◼ImageDelayTime