TiImageDisplay.TimerAutoRepeat
TiImageDisplay
Controls whether the cycling of images is repeated once the end or the
beginning of the list of images is reached.
property TimerAutoRepeat : Boolean;
Description
Use TimerAutoRepeat to enable or disable the automatic re-cycling of images in
the component. If this property is TRUE, then if the cycling of images reaches
the last image in the list, then cycling will automatically continue with the
first image in the list. (If TimerIncrementUp is set to TRUE, then when the
first image in the list is reached, then cycling will automatically continue with
the last image in the list)
Note: if TimerEnabled is set to FALSE, then this property will not take any affect as it only
affects the automatic sequencing of images as done by the built-in timer.
Example
Delphi
iComponent.TimerAutoRepeat := True;
C++ Builder
iComponent->TimerAutoRepeat = True;
Contents | Index | Previous | Next