TiPipe.FlowIndicatorHideWhenOff
TiPipe
Specifies whether the Indicators are hidden when flow is off.
property FlowIndicatorHideWhenOff : Boolean;
Description
Use FlowIndicatorHideWhenOff to specify whether the Flow Indicators are shown
or hidden when the FlowOn property is set to FALSE. (i.e. when the flow is
turned off).
Example
Delphi
iComponent.FlowIndicatorHideWhenOff := True;
C++ Builder
iComponent->FlowIndicatorHideWhenOff = True;
Contents | Index | Previous | Next