AdjustToRange
Specifies whether value will be adjusted to be inside range of Min and Max properties when edit loses focus.property AdjustToRange: Boolean read FAdjustToRange write FAdjustToRange default True;Example:
Min property set to 5, Max property set to 10.
If user enter 12 and leave control, if AdjustToRange is True value will be set automatically to 10.