TiValve.ChangeBodyColor
TiValve
Specifies whether the valve's body color is changed with the color of the
valve top.
property ChangeBodyColor : Boolean;
Description
Use ChangeBodyColor to specify whether the valve's color changes with the
valve top. If this property is set to false, then the valve body is always gray.
Example
Delphi
iComponent.ChangeBodyColor := True;
C++ Builder
iComponent->ChangeBodyColor = TRUE;
Contents | Index | Previous | Next