TiImageDisplay.TimerInterval
TiImageDisplay
Determines the amount of time, in milliseconds, that passes before the
component displays the next image.
property TimerInterval : Integer;
Description
TimerInterval determines how frequently images are automatically sequenced in
the component. The images will stop cycling after they have all been show one
time unless the TimerAutoRepeat property is set to True. The default interval
value is 1000 ms (one second).
Value is specified in milliseconds (ms).
Example
Delphi
iComponent.TimerInterval := 100;
C++ Builder
iComponent->TimerInterval = 100;
Contents | Index | Previous | Next