TiPipe.FlowOn

TiPipe

Turns the flow animation on and off.

property FlowOn : Boolean;

Description

Use FlowOn to turn the flow animation on and off. When FlowOn is TRUE, then the flow animation proceeds at the rate specified by FlowInterval. When FlowOn is FALSE, the animation is stopped.

Example

Delphi

iComponent.FlowOn := True;

C++ Builder

iComponent->FlowOn = True;

Contents | Index | Previous | Next