TiPositionComponent.MinMaxUserCanMove

TiPositionComponent See Also

Determines whether the user can move the Min and Max pointers with the mouse.

property MinMaxUserCanMove : Boolean;

Description

Use MinMaxUserCanMove to specify whether the user can move the Min and Max pointers with the mouse. Use the OnCurrentMaxChange and OnCurrentMinChange events to respond to changes. Use the CurrentMax and CurrentMin properties to read the values.

Example

Delphi

iComponent.MinMaxUserCanMove := True;

C++ Builder

iComponent->MinMaxUserCanMove = True;

Note: Not all descendants implement this property.

Contents | Index | Previous | Next