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