TiMotor.IncrementFanSequence

TiMotor

Used Increment the FanSequence property.

procedure IncrementFanSequence;

Description

Call IncrementFanSequence to automatically increment the FanSequence property. When FanSequence is 2, then a call to IncrementFanSequence will automatically loop the sequence back to a value of 0.

Example

Delphi

iComponent.IncrementFanSequence;

C++ Builder

iComponent->IncrementFanSequence();

Contents | Index | Previous | Next