TiPositionComponent.CurrentMin

TiPositionComponent See Also

Provides access to the lowest value of the Position property since the last ResetMinMax. Initially set to 0.

property CurrentMin : Double;

Description

Use CurrentMin to read the lowest value of the Position property since the last ResetMinMax.

Example

Delphi

iComponent.CurrentMin := 20;

C++ Builder

iComponent->CurrentMin = 20;

Contents | Index | Previous | Next