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