TiPipe.FlowIndicatorStyle
TiPipe
Specifies the flow indicators style.
type TiPipeFlowIndicatorStyle = (ipfisCircle, ipfisBox, ipfisTriangle);
property FlowIndicatorStyle : TiPipeFlowIndicatorStyle;
Description
Set FlowIndicatorStyle to specify the style of the flow indicator. The flow
indicator will be repeated over the entire length or height of the component
(depending on if the flow is horizontal or vertical). The indicators will also be
animated if the flow is turned on, moving as to appear to be flowing through a
pipe.
These are the possible values:
Value
Meaning
ipfisCircle
A circle.
ipfisBox
A square box.
ipfisTriangle
A simple triangle (arrowhead with no body).
Example
Delphi
iComponent.FlowIndicatorStyle := ipfisTriangle;
C++ Builder
iComponent->FlowIndicatorStyle = ipfisTriangle;
Contents | Index | Previous | Next