TiMotor.FanOn
TiMotor
Used to turn the Motor Animation ON or OFF..
property FanOn: Boolean;
Description
Use the FanOn property to specify whether the Fan Blade Animation is on or
off. If this property is TRUE, then the Fan Blade Animation is started,
automatically incrementing the FanSequence property according to the FanInterval property. If this property is FALSE, then the automatic Fan Blade Animation
is turned off.
Example
Visual Basic
iComponent.FanOn := True;
Visual C++
iComponent->FanOn = True;
Contents | Index | Previous | Next