TiMotor.PipeShowTop
TiMotor
Specifies whether the top Pipe is shown .
property PipeShowTop : Boolean;
Description
Use PipeShowTop to specify whether the top Pipe is shown on the Motor housing.
Example
Delphi
iComponent.PipeShowTop := True;
C++ Builder
iComponent->PipeShowTop = True;
Contents | Index | Previous | Next