TiPipe.FlowIndicatorColor

TiPipe

Specifies the color of the Flow Indicators.

property FlowIndicatorColor : TColor;

Description

Use FlowIndicatorColor to specify the color of the Flow Indicators.

Note: If FlowIndicatorUseTubeColor is set to TRUE, then this property has no effect.

Example

Delphi

iComponent.FlowIndicatorColor := clBlack;

C++ Builder

iComponent->FlowIndicatorColor = clBlack;

Contents | Index | Previous | Next