TiPositionComponent.ResetMinMax

TiPositionComponent See Also

ResetMinMax sets the CurrentMax and CurrentMin to the current Position value.

procedure ResetMinMax;

Description

Use ResetMinMax to set the CurrentMax and CurrentMin to the current Position value.

Example

Delphi

iComponent.ResetMinMax;

C++ Builder

iComponent->ResetMinMax();

Contents | Index | Previous | Next