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