Specifies the effect to apply when the application changes the currently displayed frame.
If iettNone is specified then a transition effect is not used.
// Display next frame using cross dissolve effect ImageEnMView1.Seek( ieioSeekNext );
Example 2
// Set properties for Word transition ImageEnMView1.TransitionParams.WordTransWord := 'BLAM'; ImageEnMView1.TransitionParams.WordTransFontName := 'Arial'; ImageEnMView1.TransitionParams.WordTransFontStyle := [fsBold];