TiPipe.FlowInterval
TiPipe
Determines the time between frames, in milliseconds, of the flow animation.
property FlowInterval : Integer;
Description
Use Flowinterval to specify the speed at which the flow animation is
displayed. Larger values result in the appearace of a slower flow. For example, a new
flow animation frame is displayed every 100ms if the FlowInterval is set to
100ms. The default interval value is 50 ms (one second).
Value is specified in milliseconds (ms).
Example
Delphi
iComponent.FlowInterval := 50;
C++ Builder
iComponent->FlowInterval = 50;
Contents | Index | Previous | Next