TiMotor.BaseShow
TiMotor
Specifies whether the Motor Housing base is shown .
property BaseShow : Boolean;
Description
Use BaseShow to specify whether the base of the Motor Housing is shown.
Example
Delphi
iComponent.BaseShow := True;
C++ Builder
iComponent->BaseShow = True;
Contents | Index | Previous | Next